Skip to content

Commit f863df4

Browse files
authored
Apply suggestion from @graingert
1 parent b30cc2b commit f863df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/outcome/_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def peek(self) -> NoReturn:
258258
#
259259
# https://github.com/python-trio/trio/issues/1770
260260
#
261-
# In particuar, by deleting this local variables from the 'unwrap'
261+
# In particuar, by deleting this local variables from the 'peek'
262262
# methods frame, we avoid the 'captured_error' object's
263263
# __traceback__ from indirectly referencing 'captured_error'.
264264
del captured_error, self

0 commit comments

Comments
 (0)