From f8df88e07a731acb10ef52e5794f2ffe179d8799 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:14:30 -0700 Subject: 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 429c866..91a32ce 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', '<>'), ]), ] -- cgit v0.12