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

@ -1,4 +1,4 @@
# tk common colour chooser dialogue
# tk common color chooser dialogue
#
# this module provides an interface to the native color dialogue
# available in Tk 4.2 and newer.
@ -11,7 +11,7 @@
#
# options (all have default values):
#
# - initialcolor: colour to mark as selected when dialog is displayed
# - initialcolor: color to mark as selected when dialog is displayed
# (given as an RGB triplet or a Tk color string)
#
# - parent: which window to place the dialog on top of