diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-11 10:28:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-11 10:28:53 (GMT) |
commit | fd25ffa012eb3da336e87e88cb23d71ef6a604e7 (patch) | |
tree | d0fc5da2f24f9daf07e3bb33f07c8c1a0aefca26 | |
parent | 6840a54ad4e3de690b1acd45d4c7a0677fcc213e (diff) | |
parent | 32587fbb89e4f849b3e7af84b673e70c05c3e8bb (diff) | |
download | cpython-fd25ffa012eb3da336e87e88cb23d71ef6a604e7.zip cpython-fd25ffa012eb3da336e87e88cb23d71ef6a604e7.tar.gz cpython-fd25ffa012eb3da336e87e88cb23d71ef6a604e7.tar.bz2 |
Merge heads
-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, |