Skip to content

Commit

Permalink
docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Mar 1, 2018
1 parent 94f5003 commit cf4191f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_is31fl3731.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def frame(self, frame=None, show=True):
Set the current frame
:param frame: frame number; 0-7 or None. If None function returns current frame
:param show: True to show the frame; False to don't force a show
:param show: True to show the frame; False to not show.
"""
if frame is None:
return self._frame
Expand Down Expand Up @@ -302,7 +302,7 @@ def pixel_addr(x, y):
#pylint: disable-msg=too-many-arguments
def pixel(self, x, y, color=None, blink=None, frame=None):
"""
Set blink or brightness for an x,y pixel
Blink or brightness for x-, y-pixel
:param x: horizontal pixel position
:param y: vertical pixel position
Expand Down

0 comments on commit cf4191f

Please sign in to comment.