diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2013-01-11 09:49:28 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2013-01-11 09:49:28 (GMT) |
commit | a525fc161a6f42be60fa857e783606fe66e8305b (patch) | |
tree | 953944bb680f8918979345f3cfbc9128dc212942 | |
parent | 5a4b03dd8207cabbcaccbc9d6a1ee4856dd793f0 (diff) | |
parent | 32587fbb89e4f849b3e7af84b673e70c05c3e8bb (diff) | |
download | cpython-a525fc161a6f42be60fa857e783606fe66e8305b.zip cpython-a525fc161a6f42be60fa857e783606fe66e8305b.tar.gz cpython-a525fc161a6f42be60fa857e783606fe66e8305b.tar.bz2 |
merge with 3.2
-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 1ec1de1..6390264 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1136,7 +1136,7 @@ setting the ``help`` value to ``argparse.SUPPRESS``:: 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, |