We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf31c5 commit 4600218Copy full SHA for 4600218
1 file changed
Doc/library/http.server.rst
@@ -391,7 +391,7 @@ provides three different variants:
391
The request is mapped to a local file by interpreting the request as a
392
path relative to the current working directory.
393
394
- If the request was mapped to a directory, the directory is checked for a
+ If the request was mapped to a directory, the directory is checked for
395
an index page as specified by :attr:`index_pages`. If found, the
396
file's contents are returned; otherwise a directory listing is generated
397
by calling the :meth:`list_directory` method. This method uses
0 commit comments