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 85502c5 commit 5a3b4e9Copy full SHA for 5a3b4e9
tests/test_sync.py
@@ -129,7 +129,7 @@ def test_Error_unwrap_does_not_create_reference_cycles():
129
except ValueError:
130
pass
131
# Top frame in the traceback is the current test function; we don't care
132
- # about it's references
+ # about its references
133
assert exc.__traceback__.tb_frame is sys._getframe()
134
# The next frame down is the 'unwrap' frame; we want to make sure it
135
# doesn't reference the exception (or anything else for that matter, just
0 commit comments