]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Thu, 20 Dec 2001 06:18:15 +0000 (06:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Dec 2001 06:18:15 +0000 (06:18 +0000)
Lib/test/test_types.py

index e6f440f171a0460bcca61b7c5308b47f9b4fe58b..5d945728f5c1578b4c4b3f393f87fc870c16779e 100644 (file)
@@ -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'
-