Fix BluetoothError doc typo we copied

This commit is contained in:
Scott Shawcroft 2020-07-21 18:30:29 -07:00
parent ee019a96ba
commit eb24653d3f
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -61,7 +61,7 @@
//| class BluetoothError:
//| def __init__(self, Exception: Any):
//| """Catch all exception for Bluetooth related errors."""
//| """Catchall exception for Bluetooth related errors."""
//| ...
MP_DEFINE_BLEIO_EXCEPTION(BluetoothError, Exception)