Skip to content

Commit effb43b

Browse files
committed
merge with 3.2
2 parents ea47530 + ee903c5 commit effb43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ the Action API. The easiest way to do this is to extend
766766

767767
* ``values`` - The associated command-line arguments, with any type conversions
768768
applied. (Type conversions are specified with the type_ keyword argument to
769-
:meth:`~ArgumentParser.add_argument`.
769+
:meth:`~ArgumentParser.add_argument`.)
770770

771771
* ``option_string`` - The option string that was used to invoke this action.
772772
The ``option_string`` argument is optional, and will be absent if the action

0 commit comments

Comments
 (0)