Skip to content

Commit

Permalink
docs: add missing main.py in CLI Option Name tutorial check
Browse files Browse the repository at this point in the history
Fix an issue in the documentation where the check for tutorial 001 in https://typer.tiangolo.com/tutorial/options/name/ 
does not include `main.py`, as it must.
  • Loading branch information
fsramalho authored Jun 20, 2024
1 parent 04eba6b commit d052c75
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 @@ -69,7 +69,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 d052c75

Please sign in to comment.