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 e34ce24 commit c3a0a76Copy full SHA for c3a0a76
src/trio/_sync.py
@@ -115,7 +115,7 @@ def statistics(self) -> EventStatistics:
115
return EventStatistics(tasks_waiting=len(self._tasks))
116
117
@deprecated(
118
- "trio.Event.__bool__ is deprecated since Trio 0.31.0, use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)",
+ "trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)",
119
stacklevel=2,
120
)
121
def __bool__(self) -> Literal[True]:
0 commit comments