Skip to content

Commit

Permalink
pylint fix; sneaky whitespace is sneaky
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Feb 28, 2018
1 parent 0007a20 commit 94f5003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_is31fl3731.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def fade(self, fade_in=None, fade_out=None, pause=0):
Start and stop the fade feature. If both fade_in and fade_out are None (the
default), the breath feature is used for fading. if fade_in is None, then
fade_in = fade_out. If fade_out is None, then fade_out = fade_in
:param fade_in: positive number; 0->100
:param fade-out: positive number; 0->100
:param pause: breath register 2 pause value
Expand Down

0 comments on commit 94f5003

Please sign in to comment.