]> granicus.if.org Git - python/commitdiff
Backport 8a9f8f34d9d5.
authorGeorg Brandl <georg@python.org>
Sat, 16 Apr 2011 15:05:30 +0000 (17:05 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 16 Apr 2011 15:05:30 +0000 (17:05 +0200)
Doc/library/argparse.rst

index 2164ec004e5d4e0c43f4f9d17f32bd031b5dcf12..9c260ac1131a51bd150e802602f63fce563dd455 100644 (file)
@@ -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