Skip to content

Commit ae7c70f

Browse files
Update Doc/library/argparse.rst
Co-authored-by: Savannah Ostrowski <savannah@python.org>
1 parent 329d906 commit ae7c70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ by alphanumeric sequences followed by "." or ")" (e.g. 1., a), iv.)::
390390
... * See?
391391
... """)
392392
>>> parser.print_help()
393-
usage: PROG [-h] option
393+
usage: PROG [-h] argument
394394

395395
The FlexiHelpFormatter will wrap text within paragraphs when required to in
396396
order to make the text fit.

0 commit comments

Comments
 (0)