Skip to content

Commit 5a3b4e9

Browse files
njsmithdhirschfeld
andauthored
Remove stray apostrophe
Co-authored-by: Dave Hirschfeld <[email protected]>
1 parent 85502c5 commit 5a3b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_Error_unwrap_does_not_create_reference_cycles():
129129
except ValueError:
130130
pass
131131
# Top frame in the traceback is the current test function; we don't care
132-
# about it's references
132+
# about its references
133133
assert exc.__traceback__.tb_frame is sys._getframe()
134134
# The next frame down is the 'unwrap' frame; we want to make sure it
135135
# doesn't reference the exception (or anything else for that matter, just

0 commit comments

Comments
 (0)