We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a1ad9 commit defd2c3Copy full SHA for defd2c3
Doc/library/argparse.rst
@@ -1686,7 +1686,7 @@ Sub-commands
1686
:param aliases: A list or sequence of strings that can be used as
1687
alternative names for this sub-command (e.g., ``aliases=['r']``
1688
for a ``'run'`` command).
1689
- :param deprecated:If :const:`True`, marks the sub-command as deprecated,
+ :param deprecated: If :const:`True`, marks the sub-command as deprecated,
1690
which typically issues a warning when used.
1691
:param kwargs: All other keyword arguments are passed directly to the
1692
:class:`!ArgumentParser` constructor.
0 commit comments