diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-21 19:58:40 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-21 19:58:40 (GMT) |
commit | ccb054759a05ff6ce28f084144d970c99969b446 (patch) | |
tree | 43c17bd8a5da2a6b00e0f252378a2597b54a9602 /Doc | |
parent | 295c1d4f195bd7f7004bc9c4be59ec6925c800c0 (diff) | |
parent | 00f53afdda957740d67c243e71289ece035872b3 (diff) | |
download | cpython-ccb054759a05ff6ce28f084144d970c99969b446.zip cpython-ccb054759a05ff6ce28f084144d970c99969b446.tar.gz cpython-ccb054759a05ff6ce28f084144d970c99969b446.tar.bz2 |
#11902: Merge with 3.2.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index cdca8a9..51c8571 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 |