Skip to content

Commit 4d06008

Browse files
allenporterCopilot
andauthored
Update roborock/web_api.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 531297b commit 4d06008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ class UserWebApiClient:
714714
715715
This binds a RoborockApiClient to a specific user context with the
716716
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.
717+
to avoid needing to pass UserData around and mock out the web API.
718718
"""
719719

720720
def __init__(self, web_api: RoborockApiClient, user_data: UserData) -> None:

0 commit comments

Comments
 (0)