Skip to content

Commit 4670c4a

Browse files
authored
Update Doc/library/http.server.rst
1 parent 4600218 commit 4670c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ provides three different variants:
437437
The default implementation looks the file's extension up in
438438
:attr:`extensions_map`, falling back to
439439
:func:`mimetypes.guess_file_type` and then to
440-
:attr:`'application/octet-stream'`.
440+
``'application/octet-stream'``.
441441

442442
.. versionchanged:: 3.13
443443
Add :func:`mimetypes.guess_file_type` as a fallback.

0 commit comments

Comments
 (0)