diff options
author | Ned Deily <nad@acm.org> | 2015-01-18 05:06:27 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-18 05:06:27 (GMT) |
commit | ccb416fee2c680252a16a55f2640cba3bde80185 (patch) | |
tree | d61414d3fd5b7776432b6a610183f10b5a58f011 /Doc | |
parent | 3bbb37e09b30baf9ed5926cc765fee1175fb1828 (diff) | |
download | cpython-ccb416fee2c680252a16a55f2640cba3bde80185.zip cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.gz cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.bz2 |
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
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 |