diff options
Diffstat (limited to 'Doc/lib/libcgi.tex')
-rw-r--r-- | Doc/lib/libcgi.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 4b01862..cb0a6fb 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -15,7 +15,7 @@ This module defines a number of utilities for use by CGI scripts written in Python. \subsection{Introduction} -\nodename{Introduction to the CGI module} +\nodename{cgi-intro} A CGI script is invoked by an HTTP server, usually to process user input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element. |