summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-21 20:02:06 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-21 20:02:06 (GMT)
commit637af13dcad64ebac7eade3811c0096d6a65c940 (patch)
tree2c6ff73599c50eddbf824996ad39eb9ed578758d /Doc
parent9a80e00cac40dd64709919c29386d8ede39f91d6 (diff)
downloadcpython-637af13dcad64ebac7eade3811c0096d6a65c940.zip
cpython-637af13dcad64ebac7eade3811c0096d6a65c940.tar.gz
cpython-637af13dcad64ebac7eade3811c0096d6a65c940.tar.bz2
There is no <ISINPUT> element, just <ISINDEX>. ;-)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcgi.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index b24d490..e4a8e21 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -22,7 +22,7 @@ written in Python.
\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.
+input submitted through an HTML \code{<FORM>} or \code{<ISINDEX>} element.
Most often, CGI scripts live in the server's special \file{cgi-bin}
directory. The HTTP server places all sorts of information about the