diff --git a/test_extclass.py b/test_extclass.py index 259b6c32..afe7d0f8 100644 --- a/test_extclass.py +++ b/test_extclass.py @@ -509,8 +509,7 @@ some __str__ and __repr__ tests: >>> range = Range(5, 20) >>> str(range) '(5, 20)' - >>> assert re.match('', repr(range)) - + >>> assert re.match('', repr(range)) __hash__ and __cmp__ tests: # Range has both __hash__ and __cmp__, thus is hashable