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.
1 parent da4f56e commit a9c5779Copy full SHA for a9c5779
src/frequenz/sdk/actor/__init__.py
@@ -128,9 +128,9 @@ async def main() -> None: # (2)!
128
* `output_channel` is the output channel for `Actor2`.
129
130
5. We create two actors and use them as async context managers, `Actor1` and
131
- `Actor2`, and connect them by creating new
132
- [senders][frequenz.channels.Sender] and
133
- [receivers][frequenz.channels.Receiver] from the channels.
+ `Actor2`, and connect them by creating new
+ [senders][frequenz.channels.Sender] and
+ [receivers][frequenz.channels.Receiver] from the channels.
134
135
!!! note
136
0 commit comments