summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-08-12 10:49:40 +0200
committerSandro Tosi <sandro.tosi@gmail.com>2012-08-12 10:49:40 +0200
commiteffb43bc38165f2bd406c67260d9706920bd86be (patch)
tree531e28a45900a38ebf3e232abcd199d0bf2e8203
parentea47530e141fa43c4af3e26d89c9bd8cf15ed5b8 (diff)
parentee903c51253c89315c893b97ce6d9519ddb74cce (diff)
downloadcpython-git-effb43bc38165f2bd406c67260d9706920bd86be.tar.gz
merge with 3.2
-rw-r--r--Doc/library/argparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 21f06f3f8b..4203e8bead 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