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.
2 parents 90091ed + 6fd20b3 commit 4c7f2c1Copy full SHA for 4c7f2c1
src/frequenz/channels/_anycast.py
@@ -71,8 +71,8 @@ class Anycast(Generic[ChannelMessageT]):
71
72
To create a new [senders][frequenz.channels.Sender] and
73
[receivers][frequenz.channels.Receiver] you can use the
74
- [`new_sender()`][frequenz.channels.Broadcast.new_sender] and
75
- [`new_receiver()`][frequenz.channels.Broadcast.new_receiver] methods
+ [`new_sender()`][frequenz.channels.Anycast.new_sender] and
+ [`new_receiver()`][frequenz.channels.Anycast.new_receiver] methods
76
respectively.
77
78
When the channel is not needed anymore, it should be closed with the
0 commit comments