Skip to content

Commit 450205e

Browse files
Alexander Snorkinrohitgr7
authored andcommitted
LightningModule.print() method documentation updated
1 parent 006703d commit 450205e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_lightning/core/lightning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ def print(self, *args, **kwargs) -> None:
158158
Prints only from process 0. Use this in any distributed mode to log only once.
159159
160160
Args:
161-
*args: The thing to print. Will be passed to Python's built-in print function.
162-
**kwargs: Will be passed to Python's built-in print function.
161+
*args: The thing to print. The same as for Python's built-in print function.
162+
**kwargs: The same as for Python's built-in print function.
163163
164164
Example:
165165

0 commit comments

Comments
 (0)