Skip to content

Commit 05c6908

Browse files
authored
Add files via upload
fixed "line too long" as indicated by pylint
1 parent 3a224b0 commit 05c6908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/animation/customcolorschase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CustomColorsChase(Chase):
5555
5656
:param pixel_object: The initialised LED object.
5757
:param float speed: Animation speed rate in seconds, e.g. ``0.1``.
58-
:param colors: Animation color in list of `(r, g, b)`` tuple, or ``0x000000`` hex format, default is RAINBOW.
58+
:param colors: Animation colors in list of `(r, g, b)`` tuple, or ``0x000000`` hex format
5959
:param size: Number of pixels to turn on in a row.
6060
:param spacing: Number of pixels to turn off in a row.
6161
:param reverse: Reverse direction of movement.

0 commit comments

Comments
 (0)