diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-08-30 14:59:03 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-08-30 14:59:03 -0400 |
| commit | f5a5fc4c8494cd80f0e113c7cd4de975925b9bac (patch) | |
| tree | ba337bd7684ef43638cf01e242e8028f751f1dde | |
| parent | 6dbd369272c4bedea4e00c1dca80d0b3ee2d6781 (diff) | |
Fix stub; mismatched triple quotes
| -rw-r--r-- | shared-bindings/_bleio/Adapter.c | 2 |
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. //| """ //| ... //| |
