summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-01-06 09:26:32 -0600
committerJeff Epler <jepler@gmail.com>2020-01-06 09:26:32 -0600
commitb1b4a9e8428fba462211ab1ec39d52cbf0fb6c5a (patch)
tree622dec1a65b877b18da5600948be20145bbbdfa5 /shared-bindings
parentdc729718eb2980e3b92a54e4cc60c7d6b0720e8a (diff)
fix doc build error
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/audiomp3/MP3Decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiomp3/MP3Decoder.c b/shared-bindings/audiomp3/MP3Decoder.c
index a93206e15..224042212 100644
--- a/shared-bindings/audiomp3/MP3Decoder.c
+++ b/shared-bindings/audiomp3/MP3Decoder.c
@@ -37,7 +37,7 @@
//| .. currentmodule:: audiomp3
//|
//| :class:`MP3Decoder` -- Load a mp3 file for audio playback
-//| ========================================================
+//| =========================================================
//|
//| An object that decodes MP3 files for playback on an audio device.
//|