mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
This commit is contained in:
parent
bfda4f5776
commit
41b223d29c
5 changed files with 98 additions and 95 deletions
|
|
@ -1719,7 +1719,7 @@ def __init__(self,
|
|||
|
||||
add_group = self.add_argument_group
|
||||
self._positionals = add_group(_('positional arguments'))
|
||||
self._optionals = add_group(_('optional arguments'))
|
||||
self._optionals = add_group(_('options'))
|
||||
self._subparsers = None
|
||||
|
||||
# register types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue