diff options
| -rw-r--r-- | Lib/idlelib/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 001da01..a5d9a73 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -104,7 +104,8 @@ Syntax colors: The coloring is applied in a background "thread", so you may occasionally see uncolorized text. To change the color - scheme, edit the ColorPrefs class in IdlePrefs.py. + scheme, edit the [Colors] section in config.txt (or add a + [Colors] section to ~/.idle). Python syntax colors: |
