[Python-checkins] cpython (3.2): grammatical fix; thanks to Alex Rudnick from docs@
sandro.tosi
python-checkins at python.org
Fri Jan 11 10:50:14 CET 2013
http://hg.python.org/cpython/rev/64d1cbc0f813
changeset: 81401:64d1cbc0f813
branch: 3.2
parent: 81397:5b405df8518d
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Fri Jan 11 10:49:00 2013 +0100
summary:
grammatical fix; thanks to Alex Rudnick from docs@
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
@@ -1117,7 +1117,7 @@
metavar
^^^^^^^
-When :class:`ArgumentParser` generates help messages, it need some way to refer
+When :class:`ArgumentParser` generates help messages, it needs some way to refer
to each expected argument. By default, ArgumentParser objects use the dest_
value as the "name" of each object. By default, for positional argument
actions, the dest_ value is used directly, and for optional argument actions,
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list