From 0a6b3992ee215bd92da9d1358318f574b1e7d219 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Wed, 4 Jun 2025 13:16:41 +0200 Subject: [PATCH] Fix docstring --- tests/mocks/mock_feetech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocks/mock_feetech.py b/tests/mocks/mock_feetech.py index a73b842d2..5279b1dc8 100644 --- a/tests/mocks/mock_feetech.py +++ b/tests/mocks/mock_feetech.py @@ -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.