We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee019a9 commit eb24653Copy full SHA for eb24653
1 file changed
shared-bindings/_bleio/__init__.c
@@ -61,7 +61,7 @@
61
62
//| class BluetoothError:
63
//| def __init__(self, Exception: Any):
64
-//| """Catch all exception for Bluetooth related errors."""
+//| """Catchall exception for Bluetooth related errors."""
65
//| ...
66
MP_DEFINE_BLEIO_EXCEPTION(BluetoothError, Exception)
67
0 commit comments