Skip to content

Commit 1a62855

Browse files
Alexander SnorkinBorda
authored andcommitted
LightningModule.print() method documentation updated
1 parent 0ec4be4 commit 1a62855

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
@@ -167,8 +167,8 @@ def print(self, *args, **kwargs) -> None:
167167
Prints only from process 0. Use this in any distributed mode to log only once.
168168
169169
Args:
170-
*args: The thing to print. Will be passed to Python's built-in print function.
171-
**kwargs: Will be passed to Python's built-in print function.
170+
*args: The thing to print. The same as for Python's built-in print function.
171+
**kwargs: The same as for Python's built-in print function.
172172
173173
Example:
174174

0 commit comments

Comments
 (0)