mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
this must be a typo
This commit is contained in:
parent
4b26acbf03
commit
0badae4748
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue