Skip to content

Commit e2c290c

Browse files
committed
Added missing docstrings
1 parent 86a20c7 commit e2c290c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_ht16k33/matrix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ def shift_down(self, rotate=False):
110110

111111
@property
112112
def columns(self):
113+
"""Read-only property for number of columns"""
113114
return self._columns
114115

115116
@property
116117
def rows(self):
118+
"""Read-only property for number of rows"""
117119
return self._rows
118120

119121
class Matrix16x8(Matrix8x8):

0 commit comments

Comments
 (0)