Skip to content

Commit 1c7a0cc

Browse files
committed
Update docstring
1 parent 209d516 commit 1c7a0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiomixer/MixerVoice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static mp_obj_t audiomixer_mixervoice_obj_stop(size_t n_args, const mp_obj_t *po
8181
}
8282
MP_DEFINE_CONST_FUN_OBJ_KW(audiomixer_mixervoice_stop_obj, 1, audiomixer_mixervoice_obj_stop);
8383

84-
//| def end() -> None:
84+
//| def end(self) -> None:
8585
//| "" Sets looping to False if sample is playing, allowing current looped
8686
//| sample to finish before looping again ""
8787
//| ...

0 commit comments

Comments
 (0)