From: Sandro Tosi Date: Sun, 12 Aug 2012 08:49:26 +0000 (+0200) Subject: add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ X-Git-Tag: v3.3.0rc1~141^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee903c51253c89315c893b97ce6d9519ddb74cce;p=thirdparty%2FPython%2Fcpython.git 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 d64f8a28759c..6aaa36e06bad 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -747,7 +747,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