diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2013-01-11 09:49:00 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2013-01-11 09:49:00 (GMT) |
commit | 32587fbb89e4f849b3e7af84b673e70c05c3e8bb (patch) | |
tree | 2f07a2f9a29d1bec998e295f78abd3f2db3a46a2 /Doc | |
parent | 405079213b7b35145ec5a437cd8b99528c3e4841 (diff) | |
download | cpython-32587fbb89e4f849b3e7af84b673e70c05c3e8bb.zip cpython-32587fbb89e4f849b3e7af84b673e70c05c3e8bb.tar.gz cpython-32587fbb89e4f849b3e7af84b673e70c05c3e8bb.tar.bz2 |
grammatical fix; thanks to Alex Rudnick from docs@
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 3c2b862..b8d14dd 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1117,7 +1117,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, |