diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-08-31 16:06:41 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-08-31 16:06:41 -0500 |
| commit | 398e7ff6d3229966a36d924c22bb6348cb1a2721 (patch) | |
| tree | 6db5e617787e3ca00e7d8b9e4342a64f1c588d48 | |
| parent | f82c61732a25e1d8679ac2f8beb88d4fef506e2c (diff) | |
doc update
| -rw-r--r-- | shared-bindings/audiomixer/MixerVoice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiomixer/MixerVoice.c b/shared-bindings/audiomixer/MixerVoice.c index eef9839b4..188f76f57 100644 --- a/shared-bindings/audiomixer/MixerVoice.c +++ b/shared-bindings/audiomixer/MixerVoice.c @@ -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) { |
