We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6afbe commit dfae46cCopy full SHA for dfae46c
Doc/library/http.server.rst
@@ -392,8 +392,8 @@ provides three different variants:
392
contents of the file are output. If the file's MIME type starts with
393
``text/`` the file is opened in text mode; otherwise binary mode is used.
394
395
- For example usage, see the implementation of the :func:`test` function
396
- invocation in the :mod:`http.server` module.
+ For example usage, see the implementation of the ``test`` function
+ in :source:`Lib/http/server.py`.
397
398
.. versionchanged:: 3.7
399
Support of the ``'If-Modified-Since'`` header.
0 commit comments