diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-10-09 22:44:32 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-10-09 22:44:32 (GMT) |
commit | 867579972d9a1e9e077626de6d6d083e30fea110 (patch) | |
tree | ff58eeec00213309f15a7c577233237143153c48 /Lib/idlelib/EditorWindow.py | |
parent | 5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b (diff) | |
download | cpython-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.py | 2 |
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() |