[Python-checkins] cpython (2.7): grammatical fix; thanks to Alex Rudnick from docs@

sandro.tosi python-checkins at python.org
Fri Jan 11 10:50:13 CET 2013


http://hg.python.org/cpython/rev/7555399134af
changeset:   81400:7555399134af
branch:      2.7
parent:      81396:66e2040c1756
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Jan 11 10:48:34 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
@@ -1116,7 +1116,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