Skip to content

Commit ef450f6

Browse files
fixing some minor error part 3
1 parent 1867c71 commit ef450f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,8 +1686,8 @@ 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,
1690-
which typically issues a warning when used.
1689+
:param deprecated: If :const:`True`, marks the sub-command as deprecated,
1690+
which typically issues a warning when used.
16911691
:param kwargs: All other keyword arguments are passed directly to the
16921692
:class:`!ArgumentParser` constructor.
16931693

0 commit comments

Comments
 (0)