diff options
Diffstat (limited to 'Lib/idlelib/AutoComplete.py')
| -rw-r--r-- | Lib/idlelib/AutoComplete.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/AutoComplete.py b/Lib/idlelib/AutoComplete.py index b9ec539..ff085d5 100644 --- a/Lib/idlelib/AutoComplete.py +++ b/Lib/idlelib/AutoComplete.py @@ -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  | 
