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:14:30 -07:00 committed by GitHub
parent 3ea9ba6478
commit f8df88e07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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