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 1867c71 commit ef450f6Copy full SHA for ef450f6
Doc/library/argparse.rst
@@ -1686,8 +1686,8 @@ 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,
1690
- which typically issues a warning when used.
+ :param deprecated: If :const:`True`, marks the sub-command as deprecated,
+ which typically issues a warning when used.
1691
:param kwargs: All other keyword arguments are passed directly to the
1692
:class:`!ArgumentParser` constructor.
1693
0 commit comments