mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Issue #13540: add missing markup.
This commit is contained in:
parent
ec7aaf5de4
commit
ee55826072
1 changed files with 2 additions and 2 deletions
|
|
@ -1237,8 +1237,8 @@ which processes arguments from the command-line. Any object which follows
|
||||||
this API may be passed as the ``action`` parameter to
|
this API may be passed as the ``action`` parameter to
|
||||||
:meth:`add_argument`.
|
:meth:`add_argument`.
|
||||||
|
|
||||||
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None,
|
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None, \
|
||||||
type=None, choices=None, required=False, help=None,
|
type=None, choices=None, required=False, help=None, \
|
||||||
metavar=None)
|
metavar=None)
|
||||||
|
|
||||||
Action objects are used by an ArgumentParser to represent the information
|
Action objects are used by an ArgumentParser to represent the information
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue