Skip to content

Commit 37c5ca6

Browse files
committed
fix docs formatting
1 parent 39ec280 commit 37c5ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/audiomp3/MP3Decoder.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ static void check_for_deinit(audiomp3_mp3file_obj_t *self) {
139139
//|
140140
// Provided by context manager helper.
141141

142-
//| file: Union[str, typing.BinaryIO] The name of a mp3 file (preferred) or an already opened mp3 file.
143-
//| """File to play back."""
142+
//| file: Union[str, typing.BinaryIO]
143+
//| """The name of a mp3 file (preferred) or an already opened mp3 file."""
144144
//|
145145
static mp_obj_t audiomp3_mp3file_obj_get_file(mp_obj_t self_in) {
146146
audiomp3_mp3file_obj_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)