diff options
author | 2016-04-19 04:03:41 +0000 | |
---|---|---|
committer | 2016-04-19 04:03:41 +0000 | |
commit | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch) | |
tree | 6ed1a5aaa6ede819ec672beae759c18f6d428121 /Lib/optparse.py | |
parent | Backport test_gdb fix for s390x buildbots (diff) | |
download | cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.bz2 cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.zip |
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Lib/optparse.py')
-rw-r--r-- | Lib/optparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/optparse.py b/Lib/optparse.py index 5bc905166be..74b3b369953 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -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 |