Skip to content

Commit d925077

Browse files
authored
Fix typo in script name (#15724)
1 parent 609b258 commit d925077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/cli/lightning_cli_intermediate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ which prints out:
6363

6464
.. code:: bash
6565
66-
usage: a.py [-h] [-c CONFIG] [--print_config [={comments,skip_null,skip_default}+]]
66+
usage: main.py [-h] [-c CONFIG] [--print_config [={comments,skip_null,skip_default}+]]
6767
{fit,validate,test,predict,tune} ...
6868
6969
pytorch-lightning trainer command line tool

0 commit comments

Comments
 (0)