Skip to content

Commit 4583a75

Browse files
authored
Fix broken cross-reference in docs (#120)
2 parents 6fcc42c + 60bb898 commit 4583a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/util/_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Event(_base_classes.Receiver[None]):
1818
[`consume()`][frequenz.channels.Receiver.consume]d.
1919
2020
The receiver can be completely stopped by calling
21-
[`stop()`][frequenz.channels.Receiver.stop].
21+
[`stop()`][frequenz.channels.util.Event.stop].
2222
2323
Example:
2424
```python

0 commit comments

Comments
 (0)