1 parent f82c617 commit 398e7ffCopy full SHA for 398e7ff
1 file changed
shared-bindings/audiomixer/MixerVoice.c
@@ -141,7 +141,7 @@ const mp_obj_property_t audiomixer_mixervoice_level_obj = {
141
142
//| .. attribute:: playing
143
//|
144
-//| True when any voice is being output. (read-only)
+//| True when this voice is being output. (read-only)
145
146
147
STATIC mp_obj_t audiomixer_mixervoice_obj_get_playing(mp_obj_t self_in) {
0 commit comments