Fix docstring

This commit is contained in:
Simon Alibert
2025-06-04 13:16:41 +02:00
parent e6d19116c4
commit 0a6b3992ee

View File

@@ -219,7 +219,7 @@ class MockStatusPacket(MockFeetechPacket):
Args:
scs_id (int): ID of the servo responding.
error (str, optional): Error to be returned. Defaults to "Success".
error (int, optional): Error to be returned. Defaults to 0 (success).
Returns:
bytes: The raw 'Ping' status packet ready to be sent through serial.