this must be a typo

This commit is contained in:
Benjamin Peterson 2010-06-25 21:19:04 +00:00
parent 4b26acbf03
commit 0badae4748
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def __len__(self):
# 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]