diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 18:30:29 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 18:30:29 -0700 |
| commit | eb24653d3ffa85dbe5209d5834bb87f76a7c57e1 (patch) | |
| tree | f3a4d77bcbf73ece9c4f62d63810d7e81a4aeeaa /shared-bindings/_bleio/__init__.c | |
| parent | ee019a96bae776661a7401e0f34cf633c908a42b (diff) | |
Fix BluetoothError doc typo we copied
Diffstat (limited to 'shared-bindings/_bleio/__init__.c')
| -rw-r--r-- | shared-bindings/_bleio/__init__.c | 2 |
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) |
