Skip to content

Commit 245b1bb

Browse files
committed
gh-151945: fix a typo in http.server docs introduced by GH-153084
1 parent 9f9787d commit 245b1bb

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
@@ -452,7 +452,7 @@ instantiation, of which this module provides three different variants:
452452
The request is mapped to a local file by interpreting the request as a
453453
path relative to the current working directory.
454454

455-
If the request was mapped to a directory, the directory is checked for a
455+
If the request was mapped to a directory, the directory is checked for
456456
an index page as specified by :attr:`index_pages`. If found, the
457457
file's contents are returned; otherwise a directory listing is generated
458458
by calling the :meth:`list_directory` method. This method uses

0 commit comments

Comments
 (0)