Commit 0badae47 authored by Benjamin Peterson's avatar Benjamin Peterson

this must be a typo

parent 4b26acbf
......@@ -142,7 +142,7 @@ class TestReversed(unittest.TestCase):
# don't allow keyword arguments
self.assertRaises(TypeError, reversed, [], a=1)
def test_class_class(self):
def test_classic_class(self):
class A:
def __reversed__(self):
return [2, 1]
......
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