diff options
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 16113ab..2e88c91 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -75,7 +75,7 @@ menudefs = [ ]), ('help', [ ('_About IDLE', '<<about-idle>>'), - ('IDLE _Readme', '<<view-readme>>'), + ('IDLE _Readme', '<<view-readme>>'), None, ('_IDLE Help', '<<help>>'), ('Python _Docs', '<<python-docs>>'), |