summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex.py
diff options
context:
space:
mode:
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):