mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Fix spelling (inital), grammar (may translates) in documentation, comments
This commit is contained in:
parent
0d88c65231
commit
8f26565ba9
11 changed files with 15 additions and 15 deletions
|
@ -900,7 +900,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