Skip to content

Commit d7ea1c3

Browse files
committed
Minor update to MP3Decoder documentation
1 parent ee6bd09 commit d7ea1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiomp3/MP3Decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ STATIC mp_obj_t audiomp3_mp3file_obj_set_file(mp_obj_t self_in, mp_obj_t file) {
172172
}
173173
MP_DEFINE_CONST_FUN_OBJ_2(audiomp3_mp3file_set_file_obj, audiomp3_mp3file_obj_set_file);
174174

175-
//| def open(self, str) -> None:
175+
//| def open(self, filepath: str) -> None:
176176
//| """Takes in the name of a mp3 file, opens it, and replaces the old playback file."""
177177
//| ...
178178
//|

0 commit comments

Comments
 (0)