Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05a0f37

Browse files
authoredAug 11, 2022
pythongh-84910: Change 'IDLE Help' to 'IDLE Doc' (python#95873)
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. .
1 parent 9533b40 commit 05a0f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lib/idlelib/mainmenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
('help', [
112112
('_About IDLE', '<<about-idle>>'),
113113
None,
114-
('_IDLE Help', '<<help>>'),
114+
('_IDLE Doc', '<<help>>'),
115115
('Python _Docs', '<<python-docs>>'),
116116
]),
117117
]

0 commit comments

Comments
 (0)
Please sign in to comment.