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):
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
You can’t perform that action at this time.
0 commit comments