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 352a0b3 + 418eb9f commit 71fab0eCopy full SHA for 71fab0e
roborock/devices/v1_channel.py
@@ -71,7 +71,7 @@ class RpcChannel(V1RpcChannel):
71
"""Provides an RPC interface around a pub/sub transport channel."""
72
73
def __init__(self, rpc_strategies_cb: Callable[[], list[RpcStrategy]]) -> None:
74
- """Initialize the RpcChannel with on ordered list of strategies."""
+ """Initialize the RpcChannel with an ordered list of strategies."""
75
self._rpc_strategies_cb = rpc_strategies_cb
76
77
async def send_command(
0 commit comments