diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-10-05 13:03:28 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-10-05 15:19:08 -0700 |
| commit | 15d80a8c46e26a2ac806b52e75f584bd96fa683f (patch) | |
| tree | 93b740c48cc1605fc0e65a5b4c879c56e76fdaa4 /shared-bindings | |
| parent | 8587d8edf0a794644783e26ac243d1ba141a85ca (diff) | |
Fix doc build
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/audioio/Mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audioio/Mixer.c b/shared-bindings/audioio/Mixer.c index fece3b000..d353daa78 100644 --- a/shared-bindings/audioio/Mixer.c +++ b/shared-bindings/audioio/Mixer.c @@ -192,7 +192,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(audioio_mixer_stop_obj, 1, audioio_mixer_obj_stop); //| .. attribute:: playing //| -//| True when an audio sample is being output even if `paused`. (read-only) +//| True when any voice is being output. (read-only) //| STATIC mp_obj_t audioio_mixer_obj_get_playing(mp_obj_t self_in) { audioio_mixer_obj_t *self = MP_OBJ_TO_PTR(self_in); |
