Skip to content

Commit ee7a3ab

Browse files
committed
Update code example for library name
1 parent 5552554 commit ee7a3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

displayio_effects/throttle_effect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def hook_fluctuation_effect(widget_class, value_name):
101101
.. code-block:: python
102102
103103
from displayio_dial import Dial
104-
from displayio_effects import throttle_effect
104+
from displayio_effects import fluctuation_effect
105105
106106
fluctuation_effect.hook_fluctuation_effect(Dial, "value")
107107

0 commit comments

Comments
 (0)