diff --git a/src/pybricks/_common.py b/src/pybricks/_common.py index bb98aa5..3424a48 100644 --- a/src/pybricks/_common.py +++ b/src/pybricks/_common.py @@ -828,7 +828,7 @@ def orientation(self, up: Side) -> None: contents remain unchanged. Arguments: - top (Side): Which side of the light matrix display is "up" in your + up (Side): Which side of the light matrix display is "up" in your design. Choose ``Side.TOP``, ``Side.LEFT``, ``Side.RIGHT``, or ``Side.BOTTOM``. """