[Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads

serhiy.storchaka python-checkins at python.org
Fri Jan 11 11:40:14 CET 2013


http://hg.python.org/cpython/rev/4a86efa5a97f
changeset:   81408:4a86efa5a97f
branch:      2.7
parent:      81404:f783db4a58ba
parent:      81400:7555399134af
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Jan 11 12:27:43 2013 +0200
summary:
  Merge heads

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