Skip to content

Commit 98f31ad

Browse files
committed
Pre-commit
1 parent ea5f86b commit 98f31ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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-
110+
111111
:param int bufsize: maximum number of bytes to receive
112112
"""
113113
# print("Socket read", bufsize)

0 commit comments

Comments
 (0)