summaryrefslogtreecommitdiff
path: root/shared-bindings/audiomp3/MP3Decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/audiomp3/MP3Decoder.c')
-rw-r--r--shared-bindings/audiomp3/MP3Decoder.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/audiomp3/MP3Decoder.c b/shared-bindings/audiomp3/MP3Decoder.c
index d9c85bbf6..e6d48e32c 100644
--- a/shared-bindings/audiomp3/MP3Decoder.c
+++ b/shared-bindings/audiomp3/MP3Decoder.c
@@ -35,12 +35,7 @@
#include "supervisor/shared/translate.h"
//| class MP3:
-//| """.. currentmodule:: audiomp3
-//|
-//| :class:`MP3Decoder` -- Load a mp3 file for audio playback
-//| =========================================================
-//|
-//| An object that decodes MP3 files for playback on an audio device."""
+//| """Load a mp3 file for audio playback"""
//|
//| def __init__(self, file: typing.BinaryIO, buffer: bytearray):
//|