diff --git a/pytorch_lightning/core/lightning.py b/pytorch_lightning/core/lightning.py index 250ffd53537374..a42b4986ce756c 100644 --- a/pytorch_lightning/core/lightning.py +++ b/pytorch_lightning/core/lightning.py @@ -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: