From 70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jan 2001 08:48:39 +0000 Subject: Whitespace normalization. --- Tools/idle/FormatParagraph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools/idle/FormatParagraph.py') diff --git a/Tools/idle/FormatParagraph.py b/Tools/idle/FormatParagraph.py index 76c52f55d1..ea18cc056d 100644 --- a/Tools/idle/FormatParagraph.py +++ b/Tools/idle/FormatParagraph.py @@ -28,10 +28,10 @@ class FormatParagraph: keydefs = { '<>': [''], } - + unix_keydefs = { '<>': [''], - } + } def __init__(self, editwin): self.editwin = editwin -- cgit v1.2.1