summaryrefslogtreecommitdiff
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r--Lib/idlelib/Bindings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index 33c6c44eb0..1bb926d47c 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -54,6 +54,7 @@ menudefs = [
('_IDLE Help...', '<<help>>'),
('Python _Documentation...', '<<python-docs>>'),
('_Advice...', '<<good-advice>>'),
+ ('View IDLE _Readme...', '<<view-readme>>'),
None,
('_About IDLE...', '<<about-idle>>'),
]),