Skip to content

Commit 79531a0

Browse files
committed
fixup! Improve the _select module description
1 parent 32f9fa6 commit 79531a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
receivers as they receive new values.
1414
1515
It yields a [`Selected`][frequenz.channels.Selected] object that will tell you the
16-
source of the received message. To make sure the received value is *casted* to the
16+
source of the received message. To make sure the received value is *cast* to the
1717
correct type, you need to use the [`selected_from()`][frequenz.channels.selected_from]
1818
function to check the source of the message, and the
1919
[`value`][frequenz.channels.Selected.value] attribute to access the message:

0 commit comments

Comments
 (0)