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

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


http://hg.python.org/cpython/rev/ad806dac3ff3
changeset:   81402:ad806dac3ff3
branch:      3.3
parent:      81398:3e884b3804b3
parent:      81401:64d1cbc0f813
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Jan 11 10:49:28 2013 +0100
summary:
  merge with 3.2

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