Skip to content

Commit 5ffc7c9

Browse files
committed
Fix typo
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f0de54c commit 5ffc7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/base/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__( # pylint: disable=too-many-arguments,too-many-positional-argument
101101
Args:
102102
stream_name: A name to identify the stream in the logs.
103103
stream_method: A function that returns the grpc stream. This function is
104-
called everytime the connection is lost and we want to retry.
104+
called every time the connection is lost and we want to retry.
105105
transform: A function to transform the input type to the output type.
106106
retry_strategy: The retry strategy to use, when the connection is lost. Defaults
107107
to retries every 3 seconds, with a jitter of 1 second, indefinitely.

0 commit comments

Comments
 (0)