Skip to content

Commit 8b891e9

Browse files
committed
ble.pybricks: fix missed rename of StatusFlag
We missed a rename in the doc string,
1 parent 3d4a0d7 commit 8b891e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybricksdev/ble/pybricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Event(IntEnum):
6666
"""Status report.
6767
6868
The payload is a 32-bit little-endian unsigned integer containing
69-
:class:`Status` flags.
69+
:class:`StatusFlag` flags.
7070
7171
.. availability:: Since Pybricks protocol v1.0.0.
7272
"""

0 commit comments

Comments
 (0)