From 0e5fb0a61839f320f91c7001e396b4d1184b4e34 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Fri, 13 Jul 2001 04:12:02 +0000 Subject: [PATCH] py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization --- Lib/idlelib/FormatParagraph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py index 68fe6b16a5..498e2efbad 100644 --- a/Lib/idlelib/FormatParagraph.py +++ b/Lib/idlelib/FormatParagraph.py @@ -28,10 +28,10 @@ class FormatParagraph: keydefs = { '<>': [''], } - + unix_keydefs = { '<>': [''], - } + } def __init__(self, editwin): self.editwin = editwin -- 2.49.0