We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209d516 commit 1c7a0ccCopy full SHA for 1c7a0cc
1 file changed
shared-bindings/audiomixer/MixerVoice.c
@@ -81,7 +81,7 @@ static mp_obj_t audiomixer_mixervoice_obj_stop(size_t n_args, const mp_obj_t *po
81
}
82
MP_DEFINE_CONST_FUN_OBJ_KW(audiomixer_mixervoice_stop_obj, 1, audiomixer_mixervoice_obj_stop);
83
84
-//| def end() -> None:
+//| def end(self) -> None:
85
//| "" Sets looping to False if sample is playing, allowing current looped
86
//| sample to finish before looping again ""
87
//| ...
0 commit comments