Skip to content

Commit b2ff463

Browse files
changed according to the request
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 7d3982f commit b2ff463

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
@@ -1917,9 +1917,7 @@ Subcommands
19171917
Namespace(foo='bar')
19181918

19191919
The *deprecated* argument, if ``True``, marks the sub-command as
1920-
deprecated and will issue a warning when used.
1921-
1922-
For example::
1920+
deprecated and will issue a warning when used. For example::
19231921

19241922
>>> parser = argparse.ArgumentParser(prog='chicken.py')
19251923
>>> subparsers = parser.add_subparsers()

0 commit comments

Comments
 (0)