From a53871360e65c254675da2f015b80451f840dfb5 Mon Sep 17 00:00:00 2001 From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com> Date: Sat, 22 Nov 2025 19:32:50 +0100 Subject: [PATCH] docs: remove duplicate and double space ref: N25B-298 --- src/robot_interface/endpoints/socket_base.py | 3 --- test/common/microphone_utils.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/robot_interface/endpoints/socket_base.py b/src/robot_interface/endpoints/socket_base.py index 12797a3..9c7c20b 100644 --- a/src/robot_interface/endpoints/socket_base.py +++ b/src/robot_interface/endpoints/socket_base.py @@ -7,9 +7,6 @@ class SocketBase(object): """ Base class for endpoints associated with a ZeroMQ socket. - :param identifier: The identifier of the endpoint. - :type identifier: str - :ivar identifier: The identifier of the endpoint. :vartype identifier: str diff --git a/test/common/microphone_utils.py b/test/common/microphone_utils.py index 65499ea..51b353e 100644 --- a/test/common/microphone_utils.py +++ b/test/common/microphone_utils.py @@ -177,7 +177,7 @@ class MicrophoneUtils(object): def test_choose_mic_no_argument(self, pyaudio_instance, mocker): """ - Tests `choose_mic` function when no command-line arguments + Tests `choose_mic` function when no command-line arguments are provided, verifying that the function falls back correctly to the system's default microphone selection. """