diff options
author | Ned Deily <nad@acm.org> | 2015-01-18 05:03:41 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-18 05:03:41 (GMT) |
commit | b5daa3d6db429017dea1e4f15b78557e03b5f847 (patch) | |
tree | fd384fc1354171058990121bc6fd939d57513800 /Doc/library/idle.rst | |
parent | 1a94b2bfa6fb4e83b6d1b12de0de3edd5eb91575 (diff) | |
download | cpython-b5daa3d6db429017dea1e4f15b78557e03b5f847.zip cpython-b5daa3d6db429017dea1e4f15b78557e03b5f847.tar.gz cpython-b5daa3d6db429017dea1e4f15b78557e03b5f847.tar.bz2 |
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
Diffstat (limited to 'Doc/library/idle.rst')
-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 |