adjust help menu bindings
This commit is contained in:
parent
38507ae614
commit
0ba4df89ab
|
@ -54,6 +54,7 @@ menudefs = [
|
||||||
('_IDLE Help...', '<<help>>'),
|
('_IDLE Help...', '<<help>>'),
|
||||||
('Python _Documentation...', '<<python-docs>>'),
|
('Python _Documentation...', '<<python-docs>>'),
|
||||||
('_Advice...', '<<good-advice>>'),
|
('_Advice...', '<<good-advice>>'),
|
||||||
|
('View IDLE _Readme...', '<<view-readme>>'),
|
||||||
None,
|
None,
|
||||||
('_About IDLE...', '<<about-idle>>'),
|
('_About IDLE...', '<<about-idle>>'),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in New Issue