summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-10-09 22:44:32 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-10-09 22:44:32 (GMT)
commit867579972d9a1e9e077626de6d6d083e30fea110 (patch)
treeff58eeec00213309f15a7c577233237143153c48 /Lib/idlelib/EditorWindow.py
parent5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b (diff)
downloadcpython-867579972d9a1e9e077626de6d6d083e30fea110.zip
cpython-867579972d9a1e9e077626de6d6d083e30fea110.tar.gz
cpython-867579972d9a1e9e077626de6d6d083e30fea110.tar.bz2
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r--Lib/idlelib/EditorWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 31336a3..f43c9a1 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -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()