mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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:
parent
9533b40cce
commit
05a0f37029
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ menudefs = [
|
|||
('help', [
|
||||
('_About IDLE', '<<about-idle>>'),
|
||||
None,
|
||||
('_IDLE Help', '<<help>>'),
|
||||
('_IDLE Doc', '<<help>>'),
|
||||
('Python _Docs', '<<python-docs>>'),
|
||||
]),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue