diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-14 17:19:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-14 17:19:54 (GMT) |
commit | 12d9fc94f4b8e66982c3b664eb181dfa2d1a3150 (patch) | |
tree | 21c4f44f5c926f761edb4bac61f98403347c2a6b /Doc | |
parent | 95638f5b0ff19cdb9d8a79484df499aa1fbc97f4 (diff) | |
download | cpython-12d9fc94f4b8e66982c3b664eb181dfa2d1a3150.zip cpython-12d9fc94f4b8e66982c3b664eb181dfa2d1a3150.tar.gz cpython-12d9fc94f4b8e66982c3b664eb181dfa2d1a3150.tar.bz2 |
Use shorter labels; using long labels creates problems on the Macintosh.
(Thanks, Just!)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcgi.tex | 2 | ||||
-rw-r--r-- | Doc/lib/libxdrlib.tex | 2 | ||||
-rw-r--r-- | Doc/libcgi.tex | 2 | ||||
-rw-r--r-- | Doc/libxdrlib.tex | 2 |
4 files changed, 4 insertions, 4 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. diff --git a/Doc/lib/libxdrlib.tex b/Doc/lib/libxdrlib.tex index 6157c9d..56459f8 100644 --- a/Doc/lib/libxdrlib.tex +++ b/Doc/lib/libxdrlib.tex @@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above. \subsection{Exceptions} -\nodename{Exceptions in xdrlib module} +\nodename{xdr-exceptions} Exceptions in this module are coded as class instances: diff --git a/Doc/libcgi.tex b/Doc/libcgi.tex index 4b01862..cb0a6fb 100644 --- a/Doc/libcgi.tex +++ b/Doc/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. diff --git a/Doc/libxdrlib.tex b/Doc/libxdrlib.tex index 6157c9d..56459f8 100644 --- a/Doc/libxdrlib.tex +++ b/Doc/libxdrlib.tex @@ -206,7 +206,7 @@ each element is unpacked as in \method{unpack_farray()} above. \subsection{Exceptions} -\nodename{Exceptions in xdrlib module} +\nodename{xdr-exceptions} Exceptions in this module are coded as class instances: |