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 6afe4d5 commit a10e6a5Copy full SHA for a10e6a5
Doc/library/argparse.rst
@@ -1688,8 +1688,6 @@ Sub-commands
1688
The *aliases* argument allows providing alternative names for this
1689
sub-command.
1690
1691
- .. versionadded:: 3.14
1692
-
1693
For example::
1694
1695
>>> parser = argparse.ArgumentParser()
@@ -1702,7 +1700,7 @@ Sub-commands
1702
1700
The *deprecated* argument, if ``True``, marks the sub-command as
1703
1701
deprecated and will issue a warning when used.
1704
1705
+ .. versionadded:: 3.13
1706
1707
1708
0 commit comments