diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-20 06:18:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-20 06:18:15 (GMT) |
commit | 2b26a8627b4a4299dc45f94867ea5247713244e1 (patch) | |
tree | 88a1f775a90afd9f9eae0c1d818dfbe124dc2c61 | |
parent | b6554643b7a2eb034656a2268e9ab1e8a95abfba (diff) | |
download | cpython-2b26a8627b4a4299dc45f94867ea5247713244e1.zip cpython-2b26a8627b4a4299dc45f94867ea5247713244e1.tar.gz cpython-2b26a8627b4a4299dc45f94867ea5247713244e1.tar.bz2 |
Whitespace normalization.
-rw-r--r-- | Lib/test/test_types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py index e6f440f..5d94572 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' - |