Skip to content

Commit 6650498

Browse files
committed
fix typo in test
1 parent f43112a commit 6650498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ def __enter__(self):
770770

771771
def test_lookup_special_method(self):
772772
c_lookup = getattr(c_types, "lookup_special_method")
773-
py_lookup = getattr(types, "lookup_special_method")
773+
py_lookup = getattr(py_types, "lookup_special_method")
774774
self._test_lookup_special_method(c_lookup)
775775
self._test_lookup_special_method(py_lookup)
776776

0 commit comments

Comments
 (0)