diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 08:49:40 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-08-12 08:49:40 (GMT) |
commit | effb43bc38165f2bd406c67260d9706920bd86be (patch) | |
tree | 531e28a45900a38ebf3e232abcd199d0bf2e8203 /Doc/library/argparse.rst | |
parent | ea47530e141fa43c4af3e26d89c9bd8cf15ed5b8 (diff) | |
parent | ee903c51253c89315c893b97ce6d9519ddb74cce (diff) | |
download | cpython-effb43bc38165f2bd406c67260d9706920bd86be.zip cpython-effb43bc38165f2bd406c67260d9706920bd86be.tar.gz cpython-effb43bc38165f2bd406c67260d9706920bd86be.tar.bz2 |
merge with 3.2
Diffstat (limited to 'Doc/library/argparse.rst')
-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 21f06f3..4203e8b 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -766,7 +766,7 @@ the Action API. The easiest way to do this is to extend * ``values`` - The associated command-line arguments, with any type conversions applied. (Type conversions are specified with the type_ keyword argument to - :meth:`~ArgumentParser.add_argument`. + :meth:`~ArgumentParser.add_argument`.) * ``option_string`` - The option string that was used to invoke this action. The ``option_string`` argument is optional, and will be absent if the action |