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 729ecf7 + 3bd0f1e commit cc19e0eCopy full SHA for cc19e0e
RELEASE_NOTES.md
@@ -14,4 +14,4 @@
14
15
## Bug Fixes
16
17
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
+- Fix unterminated code block in a documentation example for `WithPrevious`.
src/frequenz/channels/experimental/_with_previous.py
@@ -80,6 +80,7 @@ class WithPrevious(Generic[ChannelMessageT]):
80
# This message will be received as it is bigger than the previous one (1).
81
await sender.send(2)
82
assert await receiver.receive() == 2
83
+ ```
84
"""
85
86
def __init__(
0 commit comments