From: Sandro Tosi <sandro.tosi@gmail.com>
Date: Sun, 12 Aug 2012 08:49:07 +0000 (+0200)
Subject: add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
X-Git-Tag: v2.7.5~109^2~395
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682100e46a091cf09f3ce2d8d99172ebdb2a90da;p=python

add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
---

diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 83e8479192..36f4da231b 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -749,7 +749,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