-"""AutoComplete.py - An IDLE extension for automatically completing names.
+"""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