Skip to content

Commit c561599

Browse files
committed
synthio: fix docstring
1 parent 823a02c commit c561599

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/synthio

1 file changed

+1
-1
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ MP_PROPERTY_GETSET(synthio_lfo_phase_offset_obj,
164164
(mp_obj_t)&synthio_lfo_set_phase_offset_obj);
165165

166166
//| scale: BlockInput
167-
//| """An additive value applied to the LFO's output"""
167+
//| """An multiplier value applied to the LFO's output"""
168168
STATIC mp_obj_t synthio_lfo_get_scale(mp_obj_t self_in) {
169169
synthio_lfo_obj_t *self = MP_OBJ_TO_PTR(self_in);
170170
return common_hal_synthio_lfo_get_scale_obj(self);

0 commit comments

Comments
 (0)