From: Tim Peters Date: Thu, 20 Dec 2001 06:18:15 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.2.1c1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b26a8627b4a4299dc45f94867ea5247713244e1;p=python Whitespace normalization. --- diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py index e6f440f171..5d945728f5 100644 --- a/Lib/test/test_types.py +++ b/Lib/test/test_types.py @@ -397,4 +397,3 @@ else: raise TestFailed, 'type(), w/2 args expected TypeError' try: type(1, 2, 3, 4) except TypeError: pass else: raise TestFailed, 'type(), w/4 args expected TypeError' -