Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith authored Dec 5, 2024
1 parent 2387c02 commit 51ba75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ class TestO:

def test_objcinstance_returned_lifecycle(self):
"""An object is retained when creating an ObjCInstance for it without implicit
ownership It is autoreleased when the ObjCInstance is garbage collected.
ownership. It is autoreleased when the ObjCInstance is garbage collected.
"""

def create_object():
Expand Down

0 comments on commit 51ba75b

Please sign in to comment.