Skip to content

Commit 88c2fa4

Browse files
authored
Update examples/ble_magic_light_simpletest.py
1 parent 26d91cf commit 88c2fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ble_magic_light_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
66
from adafruit_ble_magic_light import MagicLightService
77

8-
# CircuitPython <6 uses it's own ConnectionError type. So, is it if available. Otherwise,
8+
# CircuitPython <6 uses its own ConnectionError type. So, is it if available. Otherwise,
99
# the built in ConnectionError is used.
1010
connection_error = ConnectionError
1111
if hasattr(_bleio, "ConnectionError"):

0 commit comments

Comments
 (0)