Skip to content

Commit defd2c3

Browse files
The error indexing was fixed
1 parent 59a1ad9 commit defd2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ Sub-commands
16861686
:param aliases: A list or sequence of strings that can be used as
16871687
alternative names for this sub-command (e.g., ``aliases=['r']``
16881688
for a ``'run'`` command).
1689-
:param deprecated:If :const:`True`, marks the sub-command as deprecated,
1689+
:param deprecated: If :const:`True`, marks the sub-command as deprecated,
16901690
which typically issues a warning when used.
16911691
:param kwargs: All other keyword arguments are passed directly to the
16921692
:class:`!ArgumentParser` constructor.

0 commit comments

Comments
 (0)