Skip to content

Commit 9215d08

Browse files
authored
Merge pull request #109 from tlyu/comet-doc
fix doc of `bounce`
2 parents 56728e3 + a2c36c6 commit 9215d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_led_animation/animation/comet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Comet(Animation):
4141
``pixel_object``. Automatically compensates for a minimum of 2 and a
4242
maximum of the length of the ``pixel_object``.
4343
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
44-
:param bool bounce: Comet will bounce back and forth. Defaults to ``True``.
44+
:param bool bounce: Comet will bounce back and forth. Defaults to ``False``.
4545
:param bool ring: Ring mode. Defaults to ``False``.
4646
"""
4747

adafruit_led_animation/animation/rainbowcomet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RainbowComet(Comet):
4040
pixels present in the pixel object, e.g. if the strip is 30 pixels
4141
long, the ``tail_length`` cannot exceed 30 pixels.
4242
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
43-
:param bool bounce: Comet will bounce back and forth. Defaults to ``True``.
43+
:param bool bounce: Comet will bounce back and forth. Defaults to ``False``.
4444
:param int colorwheel_offset: Offset from start of colorwheel (0-255).
4545
:param int step: Colorwheel step (defaults to automatic).
4646
:param bool ring: Ring mode. Defaults to ``False``.

0 commit comments

Comments
 (0)