style: fixed docstrings
close: N25B-171
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user