summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-21 22:56:51 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-21 22:56:51 +0300
commit00f53afdda957740d67c243e71289ece035872b3 (patch)
treef27db4005e595b1f1447aa8d7e8f01950ff0a0ac
parent0ee9c1be76882604cce078791f8a92e126c7c164 (diff)
downloadcpython-git-00f53afdda957740d67c243e71289ece035872b3.tar.gz
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
-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 9f2afa803d..3cc369a574 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -749,7 +749,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