diff options
author | Ned Deily <nad@acm.org> | 2015-01-18 05:09:16 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-18 05:09:16 (GMT) |
commit | 140fc9f501bb08c192c180ceb59d238d3a980403 (patch) | |
tree | 1744e58dd01ce3da6227f092b924b3092f87aeda /Doc | |
parent | a77c8b375a74b5fe4f331897ebb06b5690ed1b25 (diff) | |
parent | ccb416fee2c680252a16a55f2640cba3bde80185 (diff) | |
download | cpython-140fc9f501bb08c192c180ceb59d238d3a980403.zip cpython-140fc9f501bb08c192c180ceb59d238d3a980403.tar.gz cpython-140fc9f501bb08c192c180ceb59d238d3a980403.tar.bz2 |
Issue #23180: merge from 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index e9a91ae..bc4a791 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -258,8 +258,8 @@ Code Context (toggle)(Editor Window only) Open a pane at the top of the edit window which shows the block context of the code which has scrolled above the top of the window. -Windows menu (Shell and Editor) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Window menu (Shell and Editor) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Zoom Height Toggles the window between normal size and maximum height. The initial size |