-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
Description
Documentation
the following paragraph in docs for http.server mentions function test:
cpython/Doc/library/http.server.rst
Lines 395 to 396 in e3b6ff1
| For example usage, see the implementation of the :func:`test` function | |
| invocation in the :mod:`http.server` module. |
which is a reference to function test in the same file:
Line 1239 in 9a95fa9
| def test(HandlerClass=BaseHTTPRequestHandler, |
but in the rendered docs :func:`test` is resolved as a link to https://docs.python.org/3/library/test.html#module-test instead of the aforementioned function in the same file.