diff options
-rw-r--r-- | Lib/idlelib/Bindings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 33c6c44..1bb926d 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>>'), ]), |