8000 Fix BluetoothError doc typo we copied · kvc0/circuitpython@eb24653 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb24653

Browse files
committed
Fix BluetoothError doc typo we copied
1 parent ee019a9 commit eb24653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_bleio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
//| class BluetoothError:
6363
//| def __init__(self, Exception: Any):
64-
//| """Catch all exception for Bluetooth related errors."""
64+
//| """Catchall exception for Bluetooth related errors."""
6565
//| ...
6666
MP_DEFINE_BLEIO_EXCEPTION(BluetoothError, Exception)
6767

0 commit comments

Comments
 (0)
0