mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue