mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
@ -1,6 +1,6 @@
|
|||
"""AutoComplete.py - An IDLE extension for automatically completing names.
|
||||
|
||||
This extension can complete either attribute names of file names. It can pop
|
||||
This extension can complete either attribute names or file names. It can pop
|
||||
a window with all available names, for the user to select from.
|
||||
"""
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue