Issue #27171: Fix typos in documentation, comments, and test function names

This commit is contained in:
Martin Panter 2016-06-02 10:07:09 +00:00
parent 1b207c55a4
commit e26da7c03a
30 changed files with 51 additions and 51 deletions

View file

@ -59,7 +59,7 @@ because bar.pth comes alphabetically before foo.pth; and spam is
omitted because it is not mentioned in either path configuration file.
The readline module is also automatically configured to enable
completion for systems that support it. This can be overriden in
completion for systems that support it. This can be overridden in
sitecustomize, usercustomize or PYTHONSTARTUP.
After these operations, an attempt is made to import a module
@ -379,7 +379,7 @@ def enablerlcompleter():
If the readline module can be imported, the hook will set the Tab key
as completion key and register ~/.python_history as history file.
This can be overriden in the sitecustomize or usercustomize module,
This can be overridden in the sitecustomize or usercustomize module,
or in a PYTHONSTARTUP file.
"""
def register_readline():