commit | 884843dd35fa5c09c81424dd0456e67cb3eb57ca | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 16 17:02:58 2011 +0200 |
committer | Georg Brandl <georg@python.org> | Sat Apr 16 17:02:58 2011 +0200 |
tree | 3dc02b24d0af561f163db4eae85c75f852a1d699 | |
parent | d606ebe144452fcdd0aa13ef2e9737df36b8cd63 [diff] |
Fix duplicate "is".
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index bdd9464..2961429 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst
@@ -221,7 +221,7 @@ 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