summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-bindings/_bleio/Adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Adapter.c b/shared-bindings/_bleio/Adapter.c
index b70fd17f8..4facd818a 100644
--- a/shared-bindings/_bleio/Adapter.c
+++ b/shared-bindings/_bleio/Adapter.c
@@ -77,7 +77,7 @@
//|
//| On boards with native BLE, you cannot create an instance of `_bleio.Adapter`;
//| this constructor will raise `NotImplementedError`.
-//| Use `_bleio.adapter` to access the sole instance already available."""
+//| Use `_bleio.adapter` to access the sole instance already available.
//| """
//| ...
//|