summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
commit478c10554b366989b341af4017602571edfe9b2e (patch)
treed4f32db5aa64d5903682d8f8d36a29ffeb48af6f /Lib/test/test_complex.py
parentdb3756dade0bba030946abcb8e50c914af84f31e (diff)
downloadcpython-478c10554b366989b341af4017602571edfe9b2e.zip
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.gz
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_complex.py')
-rw-r--r--Lib/test/test_complex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_complex.py b/Lib/test/test_complex.py
index 0963bcc..ff1ce64 100644
--- a/Lib/test/test_complex.py
+++ b/Lib/test/test_complex.py
@@ -208,7 +208,7 @@ class ComplexTest(unittest.TestCase):
self.assertRaises(ValueError, complex, unicode("x"))
class EvilExc(Exception):
- pass
+ pass
class evilcomplex:
def __complex__(self):