We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823a02c commit c561599Copy full SHA for c561599
1 file changed
shared-bindings/synthio/LFO.c
@@ -164,7 +164,7 @@ MP_PROPERTY_GETSET(synthio_lfo_phase_offset_obj,
164
(mp_obj_t)&synthio_lfo_set_phase_offset_obj);
165
166
//| scale: BlockInput
167
-//| """An additive value applied to the LFO's output"""
+//| """An multiplier value applied to the LFO's output"""
168
STATIC mp_obj_t synthio_lfo_get_scale(mp_obj_t self_in) {
169
synthio_lfo_obj_t *self = MP_OBJ_TO_PTR(self_in);
170
return common_hal_synthio_lfo_get_scale_obj(self);
0 commit comments