Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99e7d07

Browse files
committed
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
1 parent 8ece80f commit 99e7d07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,8 +1642,8 @@ Argument groups
16421642

16431643
--bar BAR bar help
16441644

1645-
Note that any arguments not your user defined groups will end up back in the
1646-
usual "positional arguments" and "optional arguments" sections.
1645+
Note that any arguments not in your user-defined groups will end up back
1646+
in the usual "positional arguments" and "optional arguments" sections.
16471647

16481648

16491649
Mutual exclusion

0 commit comments

Comments
 (0)