diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-10-09 22:44:26 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-10-09 22:44:26 (GMT) |
commit | 1375538b1a598ba05aa780aed538cfc18be59a7f (patch) | |
tree | 22c5c615faecb827d5104fec00ac8929a0b6cde4 /Lib/idlelib/EditorWindow.py | |
parent | a6066ce6b1115b8a8bff3d30848bad0be0863f08 (diff) | |
download | cpython-1375538b1a598ba05aa780aed538cfc18be59a7f.zip cpython-1375538b1a598ba05aa780aed538cfc18be59a7f.tar.gz cpython-1375538b1a598ba05aa780aed538cfc18be59a7f.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 cc33baf..d06e2da 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -781,7 +781,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() |