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 /Lib/idlelib/help.txt | |
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 'Lib/idlelib/help.txt')
-rw-r--r-- | Lib/idlelib/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 6378a2e..7eff370 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -138,7 +138,7 @@ Options Menu (Shell and Editor): window. This is not present in the Shell window only the Editor window. -Windows Menu (Shell and Editor): +Window Menu (Shell and Editor): Zoom Height -- Toggles the window between normal size (40x80 initial setting) and maximum height. The initial size is in the Configure |