From 97e2abe5b549444cab1ee59f652fe542c031ae1f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 11 Aug 2022 16:50:49 -0400 Subject: [PATCH] gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873) 'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . (cherry picked from commit 05a0f37029f8ef917ed7ddbf7871856fc73aaca1) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/mainmenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/mainmenu.py b/Lib/idlelib/mainmenu.py index 429c8660ce0daa..91a32cebb513f9 100644 --- a/Lib/idlelib/mainmenu.py +++ b/Lib/idlelib/mainmenu.py @@ -111,7 +111,7 @@ ('help', [ ('_About IDLE', '<>'), None, - ('_IDLE Help', '<>'), + ('_IDLE Doc', '<>'), ('Python _Docs', '<>'), ]), ]