Skip to content

Commit

Permalink
Fix typo in script name (#15724)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiftachbeer committed Nov 19, 2022
1 parent 609b258 commit d925077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/cli/lightning_cli_intermediate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ which prints out:

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

0 comments on commit d925077

Please sign in to comment.