We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e13d21 commit 68f93b5Copy full SHA for 68f93b5
1 file changed
Lib/test/test_capi/test_opt.py
@@ -2240,9 +2240,9 @@ class TestObject:
2240
def test(self, *args, **kwargs):
2241
return args[0]
2242
2243
-temp_object = TestObject()
+test_object = TestObject()
2244
2245
-test_bound_method = TestObject.test.__get__(temp_object)
+test_bound_method = TestObject.test.__get__(test_object)
2246
2247
2248
def global_identity(x):
0 commit comments