Fix doc build

This commit is contained in:
Scott Shawcroft 2018-10-05 13:03:28 -07:00
parent 8587d8edf0
commit 15d80a8c46
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59

View File

@ -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);