Skip to content

Commit 68dbf43

Browse files
committed
Fix pydoc
1 parent fee3873 commit 68dbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class VacuumTrait:
1313
"""
1414

1515
def __init__(self, command: CommandTrait) -> None:
16-
"""Initialize the CommandTrait."""
16+
"""Initialize the VacuumTrait."""
1717
self._command = command
1818

1919
async def start_clean(self) -> None:

0 commit comments

Comments
 (0)