Skip to content

Commit e6c4d12

Browse files
committed
synthio: doc improvement
1 parent e0cfae1 commit e6c4d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/synthio/Synthesizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ MP_PROPERTY_GETTER(synthio_synthesizer_pressed_obj,
275275
//|
276276
//| This can be used to implement 'free-running' LFOs. LFOs associated with playing notes are advanced whether or not they are in this list.
277277
//|
278-
//| This attribute is read-only but its contents may be modified by e.g., calling append() or remove(). It is initially an empty list."""
278+
//| This property is read-only but its contents may be modified by e.g., calling ``synth.lfos.append()` or ``synth.lfos.remove(). It is initially an empty list."""
279279
//|
280280
STATIC mp_obj_t synthio_synthesizer_obj_get_lfos(mp_obj_t self_in) {
281281
synthio_synthesizer_obj_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)