From: Martin Panter Date: Thu, 2 Jun 2016 10:11:18 +0000 (+0000) Subject: Issue #27171: Merge typo fixes from 3.5 X-Git-Tag: v3.6.0a2~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b7d84de6b3ec5264392e3bf7d3900b003cbeffd;p=thirdparty%2FPython%2Fcpython.git Issue #27171: Merge typo fixes from 3.5 --- 0b7d84de6b3ec5264392e3bf7d3900b003cbeffd diff --cc Lib/idlelib/autocomplete.py index 6e75f67947fc,ff085d5c70bc..5ba8dc5dd5e4 --- a/Lib/idlelib/autocomplete.py +++ b/Lib/idlelib/autocomplete.py @@@ -1,6 -1,6 +1,6 @@@ -"""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