Skip to content

Commit 24e42ba

Browse files
authored
Linting
1 parent 93545d7 commit 24e42ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, esp, secrets, status_pixel, attempts=2):
4242
"""
4343
:param ESP_SPIcontrol esp: The ESP object we are using
4444
:param dict secrets: The WiFi and Adafruit IO secrets dict (See examples)
45-
:param status_pixel: (Optional) The pixel device - Usually a NeoPixel or DotStar (default=None)
45+
:param status_pixel: (Optional) The pixel device - A NeoPixel or DotStar (default=None)
4646
:type status_pixel: NeoPixel or DotStar
4747
:param int attempts: (Optional) Failed attempts before resetting the ESP32 (default=2)
4848
"""

0 commit comments

Comments
 (0)