Commit ab8d93c0 authored by Georg Brandl's avatar Georg Brandl

Backport 8a9f8f34d9d5.

parent 10fe23b4
......@@ -221,7 +221,7 @@ the parser's help message. For example, consider a file named
parser.add_argument('--foo', help='foo help')
args = parser.parse_args()
If ``-h`` or ``--help`` is supplied is at the command-line, the ArgumentParser
If ``-h`` or ``--help`` is supplied at the command-line, the ArgumentParser
help will be printed::
$ python myprogram.py --help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment