summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
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/tkinter
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/tkinter')
-rw-r--r--Lib/tkinter/colorchooser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/tkinter/colorchooser.py b/Lib/tkinter/colorchooser.py
index 6027067..9dc9671 100644
--- a/Lib/tkinter/colorchooser.py
+++ b/Lib/tkinter/colorchooser.py
@@ -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