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 05a0f37029)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2022-08-11 14:17:11 -07:00 committed by GitHub
parent 2a6b67f1c5
commit 2579c4954f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ menudefs = [
('help', [
('_About IDLE', '<<about-idle>>'),
None,
('_IDLE Help', '<<help>>'),
('_IDLE Doc', '<<help>>'),
('Python _Docs', '<<python-docs>>'),
]),
]