We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd95f3 commit f1175aeCopy full SHA for f1175ae
1 file changed
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -78,8 +78,7 @@ def connect(self, address, conntype=None):
78
self._buffer = b""
79
80
def send(self, data): # pylint: disable=no-self-use
81
- """Send some data to the socket. 'conntype' is an extra that may
82
- indicate UDP or not, depending on the underlying interface"""
+ """Send some data to the socket."""
83
if self._type is SOCK_DGRAM:
84
conntype = _the_interface.UDP_MODE
85
else:
0 commit comments