Skip to content

Commit baebea4

Browse files
author
BiffoBear
committed
Fixed bad indent in doc string.
1 parent e6c8221 commit baebea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_socket.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ def accept(
345345
Accept a connection. The socket must be bound to an address and listening for connections.
346346
347347
: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.
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.
351351
"""
352352
stamp = time.monotonic()
353353
while self._status not in (

0 commit comments

Comments
 (0)