diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 15:06:43 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 15:06:43 -0700 |
commit | 7fe0507d07f819c76a79421ae54d547a54e6f35d (patch) | |
tree | d88bbe26449113630b6ac211574ab0bbdcbf9909 /Doc/library/idle.rst | |
parent | fb8550924247ea51eb233dc099ad3969b1e38b4b (diff) | |
parent | 2e770ce9a09c129fed6646e5b30560e06a3b8183 (diff) | |
download | cpython-git-7fe0507d07f819c76a79421ae54d547a54e6f35d.tar.gz |
Issue #24330: merge from 3.5
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 c842b2639c..24e22c103d 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 |