Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Nov 2, 2024
1 parent 5728bc3 commit e6dd1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_ClearWeakRefsNoCallbacks_no_weakref_support(self):

class EnableDeferredRefcountingTest(unittest.TestCase):
"""Test PyUnstable_Object_EnableDeferredRefcount"""
@support.requires_resources("cpu")
@support.requires_resource("cpu")
def test_enable_deferred_refcount(self):
from threading import Thread

Expand Down

0 comments on commit e6dd1f7

Please sign in to comment.