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 5c46265 + 821e88f commit c1ac7fbCopy full SHA for c1ac7fb
src/frequenz/channels/util/_select.py
@@ -262,7 +262,7 @@ async def select(*receivers: Receiver[Any]) -> AsyncIterator[Selected[Any]]:
262
[`MergeNamed`][frequenz.channels.util.MergeNamed]: this is useful when you
263
have and unknown number of receivers of the same type that can be handled as
264
a group.
265
- * Use tasks to manage each recever individually: this is better if there are no
+ * Use tasks to manage each receiver individually: this is better if there are no
266
relationships between the receivers.
267
* Break the `select()` loop and start a new one with the new set of receivers
268
(this should be the last resort, as it has some performance implications
0 commit comments