mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge doc and comment fixes from 3.5
This commit is contained in:
commit
abe4d52a1a
11 changed files with 15 additions and 15 deletions
|
@ -901,7 +901,7 @@ class OptionContainer:
|
|||
_short_opt : { string : Option }
|
||||
dictionary mapping short option strings, eg. "-f" or "-X",
|
||||
to the Option instances that implement them. If an Option
|
||||
has multiple short option strings, it will appears in this
|
||||
has multiple short option strings, it will appear in this
|
||||
dictionary multiple times. [1]
|
||||
_long_opt : { string : Option }
|
||||
dictionary mapping long option strings, eg. "--file" or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue