summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-21 22:58:40 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-21 22:58:40 +0300
commitccb054759a05ff6ce28f084144d970c99969b446 (patch)
tree43c17bd8a5da2a6b00e0f252378a2597b54a9602
parent295c1d4f195bd7f7004bc9c4be59ec6925c800c0 (diff)
parent00f53afdda957740d67c243e71289ece035872b3 (diff)
downloadcpython-git-ccb054759a05ff6ce28f084144d970c99969b446.tar.gz
#11902: Merge with 3.2.
-rw-r--r--Doc/library/argparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index cdca8a9a8c..51c857128c 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -765,7 +765,7 @@ nargs
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