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

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


http://hg.python.org/cpython/rev/479da8b0e36d
changeset:   81411:479da8b0e36d
parent:      81407:8452c23139c6
parent:      81403:6eae84170536
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Jan 11 12:33:10 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
@@ -1136,7 +1136,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