[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

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


http://hg.python.org/cpython/rev/6eae84170536
changeset:   81403:6eae84170536
parent:      81399:5ec8daab477a
parent:      81402:ad806dac3ff3
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Jan 11 10:49:43 2013 +0100
summary:
  merge with 3.3

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