Skip to content

Commit e00e247

Browse files
committed
doc fix
1 parent 4d4d654 commit e00e247

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
@@ -76,7 +76,7 @@
7676
//| It is possible to stream an mp3 from a socket, including a secure socket.
7777
//| The MP3Decoder may change the timeout and non-blocking status of the socket.
7878
//| Using a larger decode buffer with a stream can be helpful to avoid data underruns.
79-
//| An `adafruit_requests` request must be made with ``headers={"Connection": "close"}`` so
79+
//| An ``adafruit_requests`` request must be made with ``headers={"Connection": "close"}`` so
8080
//| that the socket closes when the stream ends.
8181
//| """
8282
//| ...

0 commit comments

Comments
 (0)