We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bb3ca commit 51227b6Copy full SHA for 51227b6
Doc/library/argparse.rst
@@ -753,7 +753,7 @@ upper-cased name. For example::
753
754
>>> parser = argparse.ArgumentParser(prog='PROG')
755
>>> parser.add_argument('--foo-bar')
756
- >>> parser.parse_args(['--foo-bar', 'FOO-BAR']
+ >>> parser.parse_args(['--foo-bar', 'FOO-BAR'])
757
Namespace(foo_bar='FOO-BAR')
758
>>> parser.print_help()
759
usage: [-h] [--foo-bar FOO-BAR]
0 commit comments