We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccb2fc commit 397c723Copy full SHA for 397c723
adafruit_led_animation/animation.py
@@ -44,7 +44,7 @@
44
"""
45
46
try:
47
- from time import monotonic_ns as monotonic_ns
+ from time import monotonic_ns
48
except ImportError:
49
import time
50
@@ -345,8 +345,8 @@ class AnimationSequence:
345
Advances manually or at the specified interval.
346
347
:param members: The animation objects or groups.
348
- :param int advance_interval: Time in seconds between animations if cycling automatically. Defaults
349
- to ``None``.
+ :param int advance_interval: Time in seconds between animations if cycling
+ automatically. Defaults to ``None``.
350
351
.. code-block:: python
352
0 commit comments