Skip to content

Commit f5a5fc4

Browse files
committed
Fix stub; mismatched triple quotes
1 parent 6dbd369 commit f5a5fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_bleio/Adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
//|
7878
//| On boards with native BLE, you cannot create an instance of `_bleio.Adapter`;
7979
//| this constructor will raise `NotImplementedError`.
80-
//| Use `_bleio.adapter` to access the sole instance already available."""
80+
//| Use `_bleio.adapter` to access the sole instance already available.
8181
//| """
8282
//| ...
8383
//|

0 commit comments

Comments
 (0)