From: Terry Jan Reedy Date: Thu, 11 Aug 2022 20:50:49 +0000 (-0400) Subject: gh-84910: Change 'IDLE Help' to 'IDLE Doc' (#95873) X-Git-Tag: v3.12.0a1~672 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05a0f37029f8ef917ed7ddbf7871856fc73aaca1;p=thirdparty%2FPython%2Fcpython.git gh-84910: Change 'IDLE Help' to 'IDLE Doc' (#95873) 'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . --- diff --git a/Lib/idlelib/mainmenu.py b/Lib/idlelib/mainmenu.py index 429c8660ce0d..91a32cebb513 100644 --- a/Lib/idlelib/mainmenu.py +++ b/Lib/idlelib/mainmenu.py @@ -111,7 +111,7 @@ menudefs = [ ('help', [ ('_About IDLE', '<>'), None, - ('_IDLE Help', '<>'), + ('_IDLE Doc', '<>'), ('Python _Docs', '<>'), ]), ]