Skip to content

Commit

Permalink
fixup! Improve the _select module description
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax committed Dec 13, 2023
1 parent 32f9fa6 commit 79531a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frequenz/channels/_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
receivers as they receive new values.
It yields a [`Selected`][frequenz.channels.Selected] object that will tell you the
source of the received message. To make sure the received value is *casted* to the
source of the received message. To make sure the received value is *cast* to the
correct type, you need to use the [`selected_from()`][frequenz.channels.selected_from]
function to check the source of the message, and the
[`value`][frequenz.channels.Selected.value] attribute to access the message:
Expand Down

0 comments on commit 79531a0

Please sign in to comment.