Skip to content

Commit 339d324

Browse files
rhooperdhalbert
andauthored
Update adafruit_matrixportal/matrixportal.py
Co-authored-by: Dan Halbert <[email protected]>
1 parent 80a5662 commit 339d324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_matrixportal/matrixportal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class MatrixPortal(PortalBase):
6363
:param debug: Turn on debug print outs. Defaults to False.
6464
:param int width: The total width of the display(s) in Pixels. Defaults to 64.
6565
:param int height: The total height of the display(s) in Pixels. Defaults to 32.
66-
:param bool derpentine: Used when panels are arranged in a serpentine pattern rather
66+
:param bool serpentine: Used when panels are arranged in a serpentine pattern rather
6767
than a Z-pattern. Defaults to True.
6868
:param int tile_rows: Used to indicate the number of rows the panels are arranged in.
6969
Defaults to 1.

0 commit comments

Comments
 (0)