Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Apply suggestions made by @daniel-zullo-frequenz.

Co-authored-by: daniel-zullo-frequenz <120166726+daniel-zullo-frequenz@users.noreply.github.com>
Signed-off-by: Leandro Lucarella <luca@llucax.com>
  • Loading branch information
llucax and daniel-zullo-frequenz committed Nov 15, 2023
1 parent 9a90b97 commit f9c076f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frequenz/channels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Utilities to work with channels:
* [merge][frequenz.channels.merge]: Merges messages coming from multiple receivers into
* [merge][frequenz.channels.merge]: Merge messages coming from multiple receivers into
a single stream.
* [select][frequenz.channels.select]: Iterate over the values of all
Expand Down
2 changes: 1 addition & 1 deletion src/frequenz/channels/_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, *receivers: Receiver[_T], name: str | None) -> None:
Args:
*receivers: The receivers to merge.
name: The name of the receiver. Used to to create the string representation
name: The name of the receiver. Used to create the string representation
of the receiver.
"""
self._receivers: dict[str, Receiver[_T]] = {
Expand Down

0 comments on commit f9c076f

Please sign in to comment.