Skip to content

Commit 3361447

Browse files
Fix trailing whitespace
1 parent 8bb4bae commit 3361447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,8 +1687,7 @@ Sub-commands
16871687
alternative names for this sub-command (e.g., ``aliases=['r']``
16881688
for a ``'run'`` command).
16891689
:param kwargs: All other keyword arguments are passed directly to the
1690-
:class:`!ArgumentParser` constructor.
1691-
1690+
:class:`!ArgumentParser` constructor.
16921691
This returned :class:`!ArgumentParser` object can be modified as usual.
16931692
Description of parameters:
16941693

0 commit comments

Comments
 (0)