Skip to content

Commit cf4191f

Browse files
committed
docstring fixes
1 parent 94f5003 commit cf4191f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_is31fl3731.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def frame(self, frame=None, show=True):
219219
Set the current frame
220220
221221
:param frame: frame number; 0-7 or None. If None function returns current frame
222-
:param show: True to show the frame; False to don't force a show
222+
:param show: True to show the frame; False to not show.
223223
"""
224224
if frame is None:
225225
return self._frame
@@ -302,7 +302,7 @@ def pixel_addr(x, y):
302302
#pylint: disable-msg=too-many-arguments
303303
def pixel(self, x, y, color=None, blink=None, frame=None):
304304
"""
305-
Set blink or brightness for an x,y pixel
305+
Blink or brightness for x-, y-pixel
306306
307307
:param x: horizontal pixel position
308308
:param y: vertical pixel position

0 commit comments

Comments
 (0)