Skip to content

Commit

Permalink
remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored May 3, 2024
1 parent 5a64044 commit 42dc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_esp32spi/adafruit_esp32spi.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def disconnect(self):

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

0 comments on commit 42dc7f5

Please sign in to comment.