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 4d4d654 commit e00e247Copy full SHA for e00e247
shared-bindings/audiomp3/MP3Decoder.c
@@ -76,7 +76,7 @@
76
//| It is possible to stream an mp3 from a socket, including a secure socket.
77
//| The MP3Decoder may change the timeout and non-blocking status of the socket.
78
//| 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
+//| An ``adafruit_requests`` request must be made with ``headers={"Connection": "close"}`` so
80
//| that the socket closes when the stream ends.
81
//| """
82
//| ...
0 commit comments