summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-08-30 14:59:03 -0400
committerDan Halbert <halbert@halwitz.org>2020-08-30 14:59:03 -0400
commitf5a5fc4c8494cd80f0e113c7cd4de975925b9bac (patch)
treeba337bd7684ef43638cf01e242e8028f751f1dde
parent6dbd369272c4bedea4e00c1dca80d0b3ee2d6781 (diff)
Fix stub; mismatched triple quotes
-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.
//| """
//| ...
//|