Skip to content

Commit 4b0f993

Browse files
committed
fix docstring
1 parent 53b190e commit 4b0f993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_displayio_layout/layouts/grid_layout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def width(self) -> int:
448448
@property
449449
def height(self) -> int:
450450
"""
451-
The width in pixels of the GridLayout.
451+
The height in pixels of the GridLayout.
452452
"""
453453
return self._height
454454

0 commit comments

Comments
 (0)