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.  .
This commit is contained in:
Terry Jan Reedy 2022-08-11 16:50:49 -04:00 committed by GitHub
parent 9533b40cce
commit 05a0f37029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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