diff --git a/docs/tutorial/arguments/help.md b/docs/tutorial/arguments/help.md index 9c390ef874..c9d3240442 100644 --- a/docs/tutorial/arguments/help.md +++ b/docs/tutorial/arguments/help.md @@ -98,7 +98,7 @@ And then it won't show the default value: ```console $ python main.py --help -// Notice the there's no [default: World] now 🔥 +// Notice there's no [default: World] now 🔥 Usage: main.py [OPTIONS] [NAME] Say hi to NAME very gently, like Dirk.