Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
This commit is contained in:
parent
8ece80faae
commit
99e7d0706e
|
@ -1642,8 +1642,8 @@ Argument groups
|
|||
|
||||
--bar BAR bar help
|
||||
|
||||
Note that any arguments not your user defined groups will end up back in the
|
||||
usual "positional arguments" and "optional arguments" sections.
|
||||
Note that any arguments not in your user-defined groups will end up back
|
||||
in the usual "positional arguments" and "optional arguments" sections.
|
||||
|
||||
|
||||
Mutual exclusion
|
||||
|
|
Loading…
Reference in New Issue