synthio: doc improvement

This commit is contained in:
Jeff Epler 2023-05-21 12:45:43 -05:00
parent e0cfae1d05
commit e6c4d12eaf
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ MP_PROPERTY_GETTER(synthio_synthesizer_pressed_obj,
//|
//| This can be used to implement 'free-running' LFOs. LFOs associated with playing notes are advanced whether or not they are in this list.
//|
//| This attribute is read-only but its contents may be modified by e.g., calling append() or remove(). It is initially an empty list."""
//| 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."""
//|
STATIC mp_obj_t synthio_synthesizer_obj_get_lfos(mp_obj_t self_in) {
synthio_synthesizer_obj_t *self = MP_OBJ_TO_PTR(self_in);