pybricks.common.BLE.broadcast: fix missing `

This caused bad formatting.
This commit is contained in:
David Lechner
2023-05-16 16:02:13 -05:00
parent bc592b4469
commit 4dc289ad61
+1 -1
View File
@@ -1299,7 +1299,7 @@ class BLE:
Starts broadcasting the given data values.
Each value can be any of ``int``, ``float``, ``str`, ``bytes``,
Each value can be any of ``int``, ``float``, ``str``, ``bytes``,
``None``, ``True``, or ``False``. The data is broadcasted on the
*broadcast_channel* you selected when initializing the hub.