summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-11-01 13:20:58 -0700
committerScott Shawcroft <scott@tannewt.org>2019-11-01 13:20:58 -0700
commit47e50e56594f7b6b71191e61415f87bfdb9c6cb6 (patch)
tree2b602924a4382cebfa23d14af37e9d393cc55528 /shared-bindings/_bleio
parent91c9d519ae74923eec7f95dd606f83555a21f751 (diff)
parent08d1019f2b8bb2f0153e1019067d8a862c7a03f2 (diff)
Merge remote-tracking branch 'adafruit/master' into bleio_tweaks
Diffstat (limited to 'shared-bindings/_bleio')
-rw-r--r--shared-bindings/_bleio/Service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Service.c b/shared-bindings/_bleio/Service.c
index 52dea592e..3e1ad7088 100644
--- a/shared-bindings/_bleio/Service.c
+++ b/shared-bindings/_bleio/Service.c
@@ -41,7 +41,7 @@
//|
//| .. class:: Service(uuid, *, secondary=False)
//|
-//| Create a new Service identitied by the specified UUID. It can be accessed by all
+//| Create a new Service identified by the specified UUID. It can be accessed by all
//| connections. This is known as a Service server. Client Service objects are created via
//| `Connection.discover_remote_services`.
//|