Skip to content

Commit f8df88e

Browse files
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 05a0f37) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 3ea9ba6 commit f8df88e

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)