Skip to content

Commit db2cc8a

Browse files
authored
Fix CLI docs typo (#19426)
1 parent 78b7a39 commit db2cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/cli/lightning_cli_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ save the config in a logger. An example of this is:
8686
8787
.. note::
8888

89-
The ``save_config``method is only called on rank zero. This allows to implement a custom save config without having
89+
The ``save_config`` method is only called on rank zero. This allows to implement a custom save config without having
9090
to worry about ranks or race conditions. Since it only runs on rank zero, any collective call will make the process
9191
hang waiting for a broadcast. If you need to make collective calls, implement the ``setup`` method instead.
9292

0 commit comments

Comments
 (0)