Skip to content

Commit 9cb4da4

Browse files
Update Doc/library/http.server.rst
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 33937b2 commit 9cb4da4

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
@@ -493,7 +493,7 @@ instantiation, of which this module provides three different variants:
493493

494494
.. method:: guess_type(path)
495495

496-
Guess the type of the file of given *path*.
496+
Guess the type of the file at the given *path*.
497497

498498
This returns a string of the form ``type/subtype``, usable for
499499
a MIME Content-type header.

0 commit comments

Comments
 (0)