Skip to content

Commit

Permalink
Fix typo in script name (#15724)
Browse files Browse the repository at this point in the history
(cherry picked from commit d925077)
  • Loading branch information
yiftachbeer authored and Borda committed Nov 21, 2022
1 parent 37fd1ab commit 6694c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/cli/lightning_cli_intermediate.rst
Expand Up @@ -107,7 +107,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 6694c3d

Please sign in to comment.