diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:45 (GMT) |
commit | 191a8f0a342f5f6c9fc6f1572a33e389d3f682b2 (patch) | |
tree | 8cbc6c0a9c77e9717a83935d302c3f7cef420d5f /Lib | |
parent | d34c246baf7bdfb2d5dacf04b7d5fae76a20ed2c (diff) | |
parent | ac2ef65c320606e30132ca58bbd6b5d6861ce644 (diff) | |
download | cpython-191a8f0a342f5f6c9fc6f1572a33e389d3f682b2.zip cpython-191a8f0a342f5f6c9fc6f1572a33e389d3f682b2.tar.gz cpython-191a8f0a342f5f6c9fc6f1572a33e389d3f682b2.tar.bz2 |
merge heads
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/help.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 7eff370..9540173 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -129,7 +129,9 @@ Options Menu (Shell and Editor): Configure IDLE -- Open a configuration dialog. Fonts, indentation, keybindings, and color themes may be altered. Startup Preferences may be set, and additional Help - sources can be specified. + sources can be specified. On OS X, open the + configuration dialog by selecting Preferences + in the application menu. --- Code Context (toggle) -- Open a pane at the top of the edit window |