diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2001-07-13 04:12:02 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2001-07-13 04:12:02 (GMT) |
commit | 0e5fb0a61839f320f91c7001e396b4d1184b4e34 (patch) | |
tree | 305e54f15b2b1d668d0c33df31e9ce2c06b1e1d1 | |
parent | 6be679047ba17cdfd37a03544e818ec484832cce (diff) | |
download | cpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.zip cpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.tar.gz cpython-0e5fb0a61839f320f91c7001e396b4d1184b4e34.tar.bz2 |
py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
-rw-r--r-- | Lib/idlelib/FormatParagraph.py | 4 |
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 |