Skip to content

Commit 661e087

Browse files
committed
[trio.from_thread]
Fixed issue where `RunFinishedError` was secretly refrencing deprecated `BlockingTrioPortal`
1 parent 72b1ad7 commit 661e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trio/_core/_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TrioInternalError(Exception):
1818

1919

2020
class RunFinishedError(RuntimeError):
21-
"""Raised by `BlockingTrioPortal.run` and similar functions if the
21+
"""Raised by `trio.from_thread.run` and similar functions if the
2222
corresponding call to :func:`trio.run` has already finished.
2323
2424
"""

0 commit comments

Comments
 (0)