Skip to content

Commit 75ef5d3

Browse files
allenporterCopilot
andauthored
chore: Update roborock/diagnostics.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f577577 commit 75ef5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/diagnostics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def as_dict(self) -> Mapping[str, Any]:
5050
return data
5151

5252
def subkey(self, key: str) -> Diagnostics:
53-
"""Return sub-Diagnositics object with the specified subkey.
53+
"""Return sub-Diagnostics object with the specified subkey.
5454
5555
This will create a new Diagnostics object if one does not already exist
5656
for the specified subkey. Stats from the sub-Diagnostics will be included

0 commit comments

Comments
 (0)