File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ class MatrixPortal(PortalBase):
63
63
:param debug: Turn on debug print outs. Defaults to False.
64
64
:param int width: The total width of the display(s) in Pixels. Defaults to 64.
65
65
: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
67
67
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.
70
70
71
71
"""
72
72
You can’t perform that action at this time.
0 commit comments