From 0ba4df89abcd3ae3c638d2f77376f54cf97c00d5 Mon Sep 17 00:00:00 2001 From: "Steven M. Gava" Date: Sat, 11 Aug 2001 07:42:37 +0000 Subject: adjust help menu bindings --- Lib/idlelib/Bindings.py | 1 + 1 file changed, 1 insertion(+) 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...', '<>'), ('Python _Documentation...', '<>'), ('_Advice...', '<>'), + ('View IDLE _Readme...', '<>'), None, ('_About IDLE...', '<>'), ]), -- cgit v0.12