diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 22:04:42 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 22:04:42 (GMT) |
commit | b2f949aafb62bc591f0ff4f832a4e8874d7ca1aa (patch) | |
tree | f9c7fb1cc689e27ddaeae4a47e473c79f950ef6f /Lib | |
parent | 3995421228c487e7e923a656c236a11a468fccca (diff) | |
download | cpython-b2f949aafb62bc591f0ff4f832a4e8874d7ca1aa.zip cpython-b2f949aafb62bc591f0ff4f832a4e8874d7ca1aa.tar.gz cpython-b2f949aafb62bc591f0ff4f832a4e8874d7ca1aa.tar.bz2 |
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X. Original patch by André Freitas.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/help.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 6b1c002..c4d7155 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -90,10 +90,9 @@ Options Menu: 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. - - On OS X this menu is not present, use - menu 'IDLE -> Preferences...' instead. + Sources can be specified. On OS X, open the + configuration dialog by selecting Preferences + in the application menu. --- Code Context -- Open a pane at the top of the edit window which shows the block context of the section of code |