Skip to content

Commit e3cad5f

Browse files
Update docstring in _channel_registry.py
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Sahas Subramanian <[email protected]>
1 parent aa06a43 commit e3cad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/actor/_channel_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def set_resend_latest(self, key: str, resend_latest: bool) -> None:
3939
instructions.
4040
4141
Args:
42-
key: A key to identify the channel.
42+
key: The key to identify the channel.
4343
resend_latest: Whether to resend the latest value to new receivers, for the
4444
given channel.
4545
"""

0 commit comments

Comments
 (0)