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