summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/FormatParagraph.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-13 04:12:02 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2001-07-13 04:12:02 (GMT)
commit0e5fb0a61839f320f91c7001e396b4d1184b4e34 (patch)
tree305e54f15b2b1d668d0c33df31e9ce2c06b1e1d1 /Lib/idlelib/FormatParagraph.py
parent6be679047ba17cdfd37a03544e818ec484832cce (diff)
downloadcpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.zip
cpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.tar.gz
cpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.tar.bz2
py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib/FormatParagraph.py')
-rw-r--r--Lib/idlelib/FormatParagraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py
index 68fe6b1..498e2ef 100644
--- a/Lib/idlelib/FormatParagraph.py
+++ b/Lib/idlelib/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