Skip to content

Commit 4c7f2c1

Browse files
authored
Fix documentation Broadcast -> Anycast (#358)
2 parents 90091ed + 6fd20b3 commit 4c7f2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/channels/_anycast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class Anycast(Generic[ChannelMessageT]):
7171
7272
To create a new [senders][frequenz.channels.Sender] and
7373
[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
74+
[`new_sender()`][frequenz.channels.Anycast.new_sender] and
75+
[`new_receiver()`][frequenz.channels.Anycast.new_receiver] methods
7676
respectively.
7777
7878
When the channel is not needed anymore, it should be closed with the

0 commit comments

Comments
 (0)