Skip to content

Commit 554a3ca

Browse files
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 18cbbae commit 554a3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,7 @@ Subcommands
16851685
The *aliases* argument allows to provide a sequence of strings that can be used as alternative names for this subcommand (e.g., ``aliases=['r']`` for a ``'run'`` command).
16861686

16871687
The *deprecated* argument, if :const:`True`, marks the subcommand as deprecated, which typically issues a warning when used.
1688+
16881689
All other keyword arguments are passed directly to the
16891690
:class:`!ArgumentParser` constructor.
16901691
This returned :class:`!ArgumentParser` object can be modified as usual.

0 commit comments

Comments
 (0)