summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/mainmenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/mainmenu.py')
-rw-r--r--Lib/idlelib/mainmenu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/mainmenu.py b/Lib/idlelib/mainmenu.py
index fc51fb1..74edce2 100644
--- a/Lib/idlelib/mainmenu.py
+++ b/Lib/idlelib/mainmenu.py
@@ -73,10 +73,10 @@ menudefs = [
]),
('run', [
- ('Python Shell', '<<open-python-shell>>'),
- ('C_heck Module', '<<check-module>>'),
('R_un Module', '<<run-module>>'),
('Run... _Customized', '<<run-custom>>'),
+ ('C_heck Module', '<<check-module>>'),
+ ('Python Shell', '<<open-python-shell>>'),
]),
('shell', [