Skip to content

Commit 62bae84

Browse files
committed
fix(q10): correct typo in docstring for StatusTrait
1 parent 5ca5b6e commit 62bae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/b01/q10/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class StatusTrait(Q10Status):
2020
2121
This is a thin wrapper around Q10Status that provides the Trait interface.
2222
The current values reflect the most recently received data from the device.
23-
New values can be requited through the `Q10PropertiesApi`'s `refresh` method.
23+
New values can be requested through the `Q10PropertiesApi`'s `refresh` method.
2424
"""
2525

2626
def __init__(self) -> None:

0 commit comments

Comments
 (0)