We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9979e1a commit 8fcb1bfCopy full SHA for 8fcb1bf
1 file changed
shared-bindings/synthio/LFO.c
@@ -72,7 +72,7 @@ STATIC const uint16_t triangle[] = {0, 32767, 0, -32767};
72
//| LFO's output will change from ``0`` to ``100``, and will remain at
73
//| ``100`` thereafter, creating a "bend out" over a duration of 1 second.
74
//|
75
-//| However, when ``once=False``, this creates a sawtooth waveform with a
+//| However, when ``once=False``, this creates a triangle waveform with a
76
//| period of 1 second. Over about the first half second the input will
77
//| increase from ``0`` to ``100``, then during the second half of the second
78
//| it will decrease back to ``0``.
0 commit comments