Issue #27171: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-02 10:11:18 +00:00
commit 0b7d84de6b
30 changed files with 51 additions and 51 deletions

View file

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