[Python-checkins] cpython (merge 3.2 -> default): #11902: Merge with 3.2.

ezio.melotti python-checkins at python.org
Thu Apr 21 21:59:28 CEST 2011


http://hg.python.org/cpython/rev/56825d54dc84
changeset:   69518:56825d54dc84
parent:      69515:e8d8c735f3e2
parent:      69517:88df1ef4eec8
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Apr 21 22:58:40 2011 +0300
summary:
  #11902: 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
@@ -765,7 +765,7 @@
 
 ArgumentParser objects usually associate a single command-line argument with a
 single action to be taken.  The ``nargs`` keyword argument associates a
-different number of command-line arguments with a single action..  The supported
+different number of command-line arguments with a single action.  The supported
 values are:
 
 * N (an integer).  N args from the command line will be gathered together into a

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list