Skip to content

Commit 817d563

Browse files
authored
Merge pull request #91 from rhooper/main
Fix minor errors in docs
2 parents e3d2b03 + 339d324 commit 817d563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_matrixportal/matrixportal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ 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 Serpentine: 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.
68-
:param int tiles_rows: Used to indicate the number of rows the panels are arranged in.
69-
Defaults to 1.
68+
:param int tile_rows: Used to indicate the number of rows the panels are arranged in.
69+
Defaults to 1.
7070
7171
"""
7272

0 commit comments

Comments
 (0)