Skip to content

Commit e671d99

Browse files
committed
Merge branch 'routines' of github.com:allenporter/python-roborock into routines
2 parents 058ee1d + b5c24e2 commit e671d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roborock/devices/device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class UserParams:
128128
129129
This is used to speed up connection times by avoiding the need to
130130
discover the API base URL each time. If not provided, the API client
131-
will attempt to discover it automatically which make take multiple requests.
131+
will attempt to discover it automatically which may take multiple requests.
132132
"""
133133

134134

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)