Skip to content

Commit

Permalink
LightningModule.print() method documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Snorkin authored and Alexander Snorkin committed Jan 10, 2021
1 parent ea0d5be commit 83cf8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_lightning/core/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def print(self, *args, **kwargs) -> None:
Prints only from process 0. Use this in any distributed mode to log only once.
Args:
*args: The thing to print. Will be passed to Python's built-in print function.
**kwargs: Will be passed to Python's built-in print function.
*args: The thing to print. The same as for Python's built-in print function.
**kwargs: The same as for Python's built-in print function.
Example:
Expand Down

0 comments on commit 83cf8f7

Please sign in to comment.