Use shorter labels; using long labels creates problems on the Macintosh.

(Thanks, Just!)
This commit is contained in:
Fred Drake 1998-04-14 17:19:54 +00:00
parent 95638f5b0f
commit 12d9fc94f4
4 changed files with 4 additions and 4 deletions

View file

@ -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.