Skip to content

Commit f2a6c25

Browse files
committed
docstring complaint fix?
1 parent f3c69d4 commit f2a6c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def ping(self, dest, ttl=250):
447447

448448
def get_socket(self):
449449
"""Request a socket from the ESP32, will allocate and return a number that
450-
can then be passed to the other socket_ commands"""
450+
can then be passed to the other socket commands"""
451451
if self._debug:
452452
print("*** Get socket")
453453
resp = self._send_command_get_response(_GET_SOCKET_CMD)

0 commit comments

Comments
 (0)