Skip to content

Commit 0f27e63

Browse files
Fix trailing whitespace
1 parent 100207d commit 0f27e63

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
@@ -1687,7 +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.
1690+
:class:`!ArgumentParser` constructor.
16911691
This returned :class:`!ArgumentParser` object can be modified as usual.
16921692
Description of parameters:
16931693

0 commit comments

Comments
 (0)