We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c2fa4 commit 41c3684Copy full SHA for 41c3684
README.rst
@@ -66,7 +66,7 @@ Usage Example
66
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
67
from adafruit_ble_magic_light import MagicLightService
68
69
- # CircuitPython <6 uses it's own ConnectionError type. So, is it if available. Otherwise,
+ # CircuitPython <6 uses its own ConnectionError type. So, is it if available. Otherwise,
70
# the built in ConnectionError is used.
71
connection_error = ConnectionError
72
if hasattr(_bleio, "ConnectionError"):
0 commit comments