docs: remove duplicate and double space
ref: N25B-298
This commit is contained in:
@@ -7,9 +7,6 @@ class SocketBase(object):
|
|||||||
"""
|
"""
|
||||||
Base class for endpoints associated with a ZeroMQ socket.
|
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.
|
:ivar identifier: The identifier of the endpoint.
|
||||||
:vartype identifier: str
|
:vartype identifier: str
|
||||||
|
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ class MicrophoneUtils(object):
|
|||||||
|
|
||||||
def test_choose_mic_no_argument(self, pyaudio_instance, mocker):
|
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
|
are provided, verifying that the function falls back correctly to the
|
||||||
system's default microphone selection.
|
system's default microphone selection.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user