Commit 8bf73c30 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent d5dd9b11
......@@ -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'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment