Skip to content

Commit 398e7ff

Browse files
committed
doc update
1 parent f82c617 commit 398e7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/audiomixer/MixerVoice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const mp_obj_property_t audiomixer_mixervoice_level_obj = {
141141

142142
//| .. attribute:: playing
143143
//|
144-
//| True when any voice is being output. (read-only)
144+
//| True when this voice is being output. (read-only)
145145
//|
146146

147147
STATIC mp_obj_t audiomixer_mixervoice_obj_get_playing(mp_obj_t self_in) {

0 commit comments

Comments
 (0)