Skip to content

Commit 0d4fcb5

Browse files
Update Doc/library/argparse.rst 2
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 04a0482 commit 0d4fcb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,9 +1909,7 @@ Subcommands
19091909
help message (for example, ``PROG --help``).
19101910

19111911
The *aliases* argument allows providing alternative names for this
1912-
sub-command.
1913-
1914-
For example::
1912+
sub-command. For example::
19151913

19161914
>>> parser = argparse.ArgumentParser()
19171915
>>> subparsers = parser.add_subparsers()

0 commit comments

Comments
 (0)