summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/__init__.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-07-21 18:30:29 -0700
committerScott Shawcroft <scott@tannewt.org>2020-07-21 18:30:29 -0700
commiteb24653d3ffa85dbe5209d5834bb87f76a7c57e1 (patch)
treef3a4d77bcbf73ece9c4f62d63810d7e81a4aeeaa /shared-bindings/_bleio/__init__.c
parentee019a96bae776661a7401e0f34cf633c908a42b (diff)
Fix BluetoothError doc typo we copied
Diffstat (limited to 'shared-bindings/_bleio/__init__.c')
-rw-r--r--shared-bindings/_bleio/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/__init__.c b/shared-bindings/_bleio/__init__.c
index 90b185f79..91e94e25c 100644
--- a/shared-bindings/_bleio/__init__.c
+++ b/shared-bindings/_bleio/__init__.c
@@ -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)