We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c8221 commit baebea4Copy full SHA for baebea4
adafruit_wiznet5k/adafruit_wiznet5k_socket.py
@@ -345,9 +345,9 @@ def accept(
345
Accept a connection. The socket must be bound to an address and listening for connections.
346
347
:return Tuple[socket, Tuple[str, int]]: The return value is a pair
348
- (conn, address) where conn is a new socket object to send and receive data on
349
- the connection, and address is the address bound to the socket on the other
350
- end of the connection.
+ (conn, address) where conn is a new socket object to send and receive data on
+ the connection, and address is the address bound to the socket on the other
+ end of the connection.
351
"""
352
stamp = time.monotonic()
353
while self._status not in (
0 commit comments