summaryrefslogtreecommitdiffstats
path: root/Tools/idle/FormatParagraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/FormatParagraph.py')
-rw-r--r--Tools/idle/FormatParagraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/idle/FormatParagraph.py b/Tools/idle/FormatParagraph.py
index 76c52f5..ea18cc0 100644
--- a/Tools/idle/FormatParagraph.py
+++ b/Tools/idle/FormatParagraph.py
@@ -28,10 +28,10 @@ class FormatParagraph:
keydefs = {
'<<format-paragraph>>': ['<Alt-q>'],
}
-
+
unix_keydefs = {
'<<format-paragraph>>': ['<Meta-q>'],
- }
+ }
def __init__(self, editwin):
self.editwin = editwin