Skip to content

Commit 41c3684

Browse files
authored
Update README.rst
1 parent 88c2fa4 commit 41c3684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Usage Example
6666
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
6767
from adafruit_ble_magic_light import MagicLightService
6868
69-
# CircuitPython <6 uses it's own ConnectionError type. So, is it if available. Otherwise,
69+
# CircuitPython <6 uses its own ConnectionError type. So, is it if available. Otherwise,
7070
# the built in ConnectionError is used.
7171
connection_error = ConnectionError
7272
if hasattr(_bleio, "ConnectionError"):

0 commit comments

Comments
 (0)