Skip to content

Commit 83cf8f7

Browse files
Alexander SnorkinAlexander Snorkin
authored andcommitted
LightningModule.print() method documentation updated
1 parent ea0d5be commit 83cf8f7

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
@@ -170,8 +170,8 @@ def print(self, *args, **kwargs) -> None:
170170
Prints only from process 0. Use this in any distributed mode to log only once.
171171
172172
Args:
173-
*args: The thing to print. Will be passed to Python's built-in print function.
174-
**kwargs: Will be passed to Python's built-in print function.
173+
*args: The thing to print. The same as for Python's built-in print function.
174+
**kwargs: The same as for Python's built-in print function.
175175
176176
Example:
177177

0 commit comments

Comments
 (0)