Skip to content

Commit c1ac7fb

Browse files
authored
Fix typo recever -> receiver (#139)
Signed-off-by: Mathias L. Baumann <[email protected]>
2 parents 5c46265 + 821e88f commit c1ac7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/util/_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ async def select(*receivers: Receiver[Any]) -> AsyncIterator[Selected[Any]]:
262262
[`MergeNamed`][frequenz.channels.util.MergeNamed]: this is useful when you
263263
have and unknown number of receivers of the same type that can be handled as
264264
a group.
265-
* Use tasks to manage each recever individually: this is better if there are no
265+
* Use tasks to manage each receiver individually: this is better if there are no
266266
relationships between the receivers.
267267
* Break the `select()` loop and start a new one with the new set of receivers
268268
(this should be the last resort, as it has some performance implications

0 commit comments

Comments
 (0)