summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoExpand.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/AutoExpand.py')
-rw-r--r--Lib/idlelib/AutoExpand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/AutoExpand.py b/Lib/idlelib/AutoExpand.py
index 8801830..9e93d57 100644
--- a/Lib/idlelib/AutoExpand.py
+++ b/Lib/idlelib/AutoExpand.py
@@ -9,7 +9,7 @@ class AutoExpand:
menudefs = [
('edit', [
- ('E_xpand word', '<<expand-word>>'),
+ ('E_xpand Word', '<<expand-word>>'),
]),
]