Skip to content

Commit 15d80a8

Browse files
committed
Fix doc build
1 parent 8587d8e commit 15d80a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audioio/Mixer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(audioio_mixer_stop_obj, 1, audioio_mixer_obj_stop);
192192

193193
//| .. attribute:: playing
194194
//|
195-
//| True when an audio sample is being output even if `paused`. (read-only)
195+
//| True when any voice is being output. (read-only)
196196
//|
197197
STATIC mp_obj_t audioio_mixer_obj_get_playing(mp_obj_t self_in) {
198198
audioio_mixer_obj_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)