mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
This commit is contained in:
parent
0a90a82b8a
commit
ee903c5125
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* ``values`` - The associated command-line arguments, with any type conversions
|
||||||
applied. (Type conversions are specified with the type_ keyword argument to
|
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.
|
* ``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
|
The ``option_string`` argument is optional, and will be absent if the action
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue