We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ec280 commit 37c5ca6Copy full SHA for 37c5ca6
shared-bindings/audiomp3/MP3Decoder.c
@@ -139,8 +139,8 @@ static void check_for_deinit(audiomp3_mp3file_obj_t *self) {
139
//|
140
// Provided by context manager helper.
141
142
-//| file: Union[str, typing.BinaryIO] The name of a mp3 file (preferred) or an already opened mp3 file.
143
-//| """File to play back."""
+//| file: Union[str, typing.BinaryIO]
+//| """The name of a mp3 file (preferred) or an already opened mp3 file."""
144
145
static mp_obj_t audiomp3_mp3file_obj_get_file(mp_obj_t self_in) {
146
audiomp3_mp3file_obj_t *self = MP_OBJ_TO_PTR(self_in);
0 commit comments