Skip to content

Commit 9d4a36b

Browse files
committed
pythongh-97822: Fix http.server documentation reference to test() function
1 parent e500cc0 commit 9d4a36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ provides three different variants:
392392
contents of the file are output. If the file's MIME type starts with
393393
``text/`` the file is opened in text mode; otherwise binary mode is used.
394394

395-
For example usage, see the implementation of the :func:`test` function
395+
For example usage, see the implementation of the :source:`~http.server.test` function
396396
invocation in the :mod:`http.server` module.
397397

398398
.. versionchanged:: 3.7

0 commit comments

Comments
 (0)