Fix stub; mismatched triple quotes

This commit is contained in:
Dan Halbert 2020-08-30 14:59:03 -04:00
parent 6dbd369272
commit f5a5fc4c84

View File

@ -77,7 +77,7 @@
//| //|
//| On boards with native BLE, you cannot create an instance of `_bleio.Adapter`; //| On boards with native BLE, you cannot create an instance of `_bleio.Adapter`;
//| this constructor will raise `NotImplementedError`. //| 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.
//| """ //| """
//| ... //| ...
//| //|