mirror of
https://github.com/python/cpython.git
synced 2025-11-09 10:01:42 +00:00
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:
parent
3ea9ba6478
commit
f8df88e07a
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
('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>>'),
|
||||||
]),
|
]),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue