diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 33c6c44eb0d..1bb926d47c1 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -54,6 +54,7 @@ menudefs = [ ('_IDLE Help...', '<>'), ('Python _Documentation...', '<>'), ('_Advice...', '<>'), + ('View IDLE _Readme...', '<>'), None, ('_About IDLE...', '<>'), ]),