mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
This commit is contained in:
parent
5bd62420f4
commit
867579972d
5 changed files with 25 additions and 23 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue