Skip to content

Commit ea5f86b

Browse files
committed
Improve doc whitespace
1 parent 3bdbba0 commit ea5f86b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_socket.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def readline(self):
107107
def recv(self, bufsize=0):
108108
"""Reads some bytes from the connected remote address. Will only return
109109
an empty string after the configured timeout.
110-
:param int bufsize: maximum number of bytes to receive
110+
111+
:param int bufsize: maximum number of bytes to receive
111112
"""
112113
# print("Socket read", bufsize)
113114
if bufsize == 0: # read as much as we can at the moment

0 commit comments

Comments
 (0)