doc update

This commit is contained in:
sommersoft 2019-08-31 16:06:41 -05:00
parent f82c61732a
commit 398e7ff6d3
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const mp_obj_property_t audiomixer_mixervoice_level_obj = {
//| .. attribute:: playing
//|
//| True when any voice is being output. (read-only)
//| True when this voice is being output. (read-only)
//|
STATIC mp_obj_t audiomixer_mixervoice_obj_get_playing(mp_obj_t self_in) {