Skip to content

Commit 3ee7587

Browse files
committed
fix CGI refs
1 parent 6317921 commit 3ee7587

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/http.server.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@ such as using different index file names by overriding the class attribute
482482
the other common server configuration is to treat special extensions as
483483
denoting CGI scripts.
484484

485-
The :func:`do_GET` and :func:`do_HEAD` functions are modified to run CGI scripts
485+
The :func:`~SimpleHTTPRequestHandler.do_GET` and
486+
:func:`~SimpleHTTPRequestHandler.do_HEAD` functions are modified to run CGI scripts
486487
and serve the output, instead of serving files, if the request leads to
487488
somewhere below the ``cgi_directories`` path.
488489

0 commit comments

Comments
 (0)