[Python-checkins] cpython (3.2): Backport 8a9f8f34d9d5.
georg.brandl
python-checkins at python.org
Sat Apr 16 17:07:17 CEST 2011
http://hg.python.org/cpython/rev/78825b299282
changeset: 69399:78825b299282
branch: 3.2
parent: 69396:f1e3f77b8af8
user: Georg Brandl <georg at python.org>
date: Sat Apr 16 17:05:30 2011 +0200
summary:
Backport 8a9f8f34d9d5.
files:
Doc/library/argparse.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
--- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list