Skip to content

Commit a10e6a5

Browse files
The versionadded is rectified
1 parent 6afe4d5 commit a10e6a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,8 +1688,6 @@ Sub-commands
16881688
The *aliases* argument allows providing alternative names for this
16891689
sub-command.
16901690

1691-
.. versionadded:: 3.14
1692-
16931691
For example::
16941692

16951693
>>> parser = argparse.ArgumentParser()
@@ -1702,7 +1700,7 @@ Sub-commands
17021700
The *deprecated* argument, if ``True``, marks the sub-command as
17031701
deprecated and will issue a warning when used.
17041702

1705-
.. versionadded:: 3.14
1703+
.. versionadded:: 3.13
17061704

17071705
For example::
17081706

0 commit comments

Comments
 (0)