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 b30cc2b commit f863df4Copy full SHA for f863df4
1 file changed
src/outcome/_impl.py
@@ -258,7 +258,7 @@ def peek(self) -> NoReturn:
258
#
259
# https://github.com/python-trio/trio/issues/1770
260
261
- # In particuar, by deleting this local variables from the 'unwrap'
+ # In particuar, by deleting this local variables from the 'peek'
262
# methods frame, we avoid the 'captured_error' object's
263
# __traceback__ from indirectly referencing 'captured_error'.
264
del captured_error, self
0 commit comments