Skip to content

Commit c3a0a76

Browse files
committed
, -> ;
1 parent e34ce24 commit c3a0a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def statistics(self) -> EventStatistics:
115115
return EventStatistics(tasks_waiting=len(self._tasks))
116116

117117
@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)",
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)",
119119
stacklevel=2,
120120
)
121121
def __bool__(self) -> Literal[True]:

0 commit comments

Comments
 (0)