Skip to content

Commit

Permalink
📝Add missing main.py in tutorial on CLI option names (#868)
Browse files Browse the repository at this point in the history
Co-authored-by: svlandeg <svlandeg@github.com>
  • Loading branch information
fsramalho and svlandeg authored Aug 24, 2024
1 parent 8b7814d commit fe8b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/options/name.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Options:
--help Show this message and exit.

// Try it
$ python --name Camila
$ python main.py --name Camila

Hello Camila
```
Expand Down

0 comments on commit fe8b82a

Please sign in to comment.