Skip to content

Commit

Permalink
pybricks.common.BLE.broadcast: fix missing `
Browse files Browse the repository at this point in the history
This caused bad formatting.
  • Loading branch information
dlech committed May 16, 2023
1 parent bc592b4 commit 4dc289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybricks/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ def broadcast(self, *args: Union[None, bool, int, float, str, bytes]) -> None:
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.
Expand Down

0 comments on commit 4dc289a

Please sign in to comment.