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 531297b commit 4d06008Copy full SHA for 4d06008
roborock/web_api.py
@@ -714,7 +714,7 @@ class UserWebApiClient:
714
715
This binds a RoborockApiClient to a specific user context with the
716
provided UserData. This allows for easier access to user-specific data,
717
- to avoid neeting to pass UserData around and mock out the web API.
+ to avoid needing to pass UserData around and mock out the web API.
718
"""
719
720
def __init__(self, web_api: RoborockApiClient, user_data: UserData) -> None:
0 commit comments