]> granicus.if.org Git - python/commitdiff
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 08:49:07 +0000 (10:49 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 12 Aug 2012 08:49:07 +0000 (10:49 +0200)
Doc/library/argparse.rst

index 83e8479192e3b71cd5e55dc120d00ac980ccde68..36f4da231b12529d9a51d5bf97ec711b7c37cb36 100644 (file)
@@ -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