diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-12 12:23:38 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-12 12:23:38 (GMT) |
commit | 01dcaa5c996baf019656cf51451bb1b6ecd720fa (patch) | |
tree | cd27e3ccb7d9336420d79c3f3fbbb52f06eef89d /Doc | |
parent | 9adc87b0f82e5169c5f44739f89212a86013d1c4 (diff) | |
download | cpython-01dcaa5c996baf019656cf51451bb1b6ecd720fa.zip cpython-01dcaa5c996baf019656cf51451bb1b6ecd720fa.tar.gz cpython-01dcaa5c996baf019656cf51451bb1b6ecd720fa.tar.bz2 |
[3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
As needed for the conversion of extensions to features.
(cherry picked from commit adb4cd2a2a59019ac6955e0fd531c9fec9258962)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 4f51f3f..38ab4f1 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -671,7 +671,7 @@ Extensions ^^^^^^^^^^ IDLE contains an extension facility. Preferences for extensions can be -changed with Configure Extensions. See the beginning of config-extensions.def -in the idlelib directory for further information. The only current default -extension is zoomheight. It exists as an extension primarily to be an example -and for testing purposes.
\ No newline at end of file +changed with the Extensions tab of the preferences dialog. See the +beginning of config-extensions.def in the idlelib directory for further +information. The only current default extension is zzdummy, an example +also used for testing. |