Skip to content

Commit 1c4496d

Browse files
committed
Update docs
1 parent c475fec commit 1c4496d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/http.server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,9 @@ The following options are accepted:
528528

529529
.. option:: --content-type <content_type>
530530

531-
Specifies the Content-Type HTTP header. By default, the server uses the
532-
MIME type ``'application/octet-stream'`` for the ``Content-Type`` header
533-
when the content type cannot be guessed from the URL's extension (if any):
531+
Specifies the default Content-Type HTTP header used when the MIME type
532+
cannot be guessed from the URL's file extension. By default, the server
533+
uses ``'application/octet-stream'``:
534534

535535
.. code-block:: bash
536536

0 commit comments

Comments
 (0)