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 /Doc/library/idle.rst | |
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 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index c842b26..24e22c1 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -248,7 +248,8 @@ Configure IDLE help sources can be specified. Non-default user setting are saved in a .idlerc directory in the user's home directory. Problems caused by bad user configuration files are solved by editing or deleting one or more of the - files in .idlerc. + files in .idlerc. On OS X, open the configuration dialog by selecting + Preferences in the application menu. Configure Extensions Open a configuration dialog for setting preferences for extensions |