mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue