Skip to content

Commit bbc3004

Browse files
author
brentru
committed
add docstring
1 parent 8a1455d commit bbc3004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_esp32spi/adafruit_esp32spi_socket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def send(self, data): # pylint: disable=no-self-use
9090
gc.collect()
9191

9292
def write(self, data):
93+
"""Sends data to the socket."""
9394
self.send(data)
9495

9596
def readline(self):

0 commit comments

Comments
 (0)