Merge doc and comment fixes from 3.5

This commit is contained in:
Martin Panter 2016-04-19 23:23:16 +00:00
commit abe4d52a1a
11 changed files with 15 additions and 15 deletions

View file

@ -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