style: fixed docstrings

close: N25B-171
This commit is contained in:
Luijkx,S.O.H. (Storm)
2025-10-16 14:06:31 +00:00
parent 0c5b47ae16
commit 0b55d5c221
2 changed files with 3 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ class SocketBase(object):
:param options: A list of options to be set on the socket. The list contains tuples where the first element contains the option
and the second the value, for example (zmq.CONFLATE, 1).
:type options: [(zmq socket option, option value)]
:type options: list[tuple[int, int]]
"""
self.socket = zmq_context.socket(socket_type)