Skip to content

Commit 42dc7f5

Browse files
authored
remove extraneous whitespace
1 parent 5a64044 commit 42dc7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def disconnect(self):
575575

576576
def connect(self, ssid, password=None, timeout=10):
577577
"""Connect to an access point with given name and password.
578-
578+
579579
**Deprecated functionality:** If the first argument (``ssid``) is a ``dict``,
580580
assume it is a dictionary with entries for keys ``"ssid"`` and, optionally, ``"password"``.
581581
This mimics the previous signature for ``connect()``.

0 commit comments

Comments
 (0)