Skip to content

Commit 4600218

Browse files
committed
fix typo
1 parent bcf31c5 commit 4600218

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
@@ -391,7 +391,7 @@ provides three different variants:
391391
The request is mapped to a local file by interpreting the request as a
392392
path relative to the current working directory.
393393

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

0 commit comments

Comments
 (0)