Skip to content

Commit 5b5c871

Browse files
authored
update documentation of RunFinishedError (#1131)
1 parent 5d1dbaa commit 5b5c871

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 ``run_in_trio_thread`` and similar functions if the
21+
"""Raised by `BlockingTrioPortal.run` and similar functions if the
2222
corresponding call to :func:`trio.run` has already finished.
2323
2424
"""

0 commit comments

Comments
 (0)