De-'colour'ize stdlib except for idlelib.configDialog.

Tweak docstrigs and comments in affected functions in idlelib.configHandler.
This commit is contained in:
Terry Jan Reedy 2014-10-09 18:44:32 -04:00
parent 5bd62420f4
commit 867579972d
5 changed files with 25 additions and 23 deletions

View file

@ -766,7 +766,7 @@ class EditorWindow(object):
self.color = None
def ResetColorizer(self):
"Update the colour theme"
"Update the color theme"
# Called from self.filename_change_hook and from configDialog.py
self._rmcolorizer()
self._addcolorizer()