diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-06 22:19:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-06 22:19:23 (GMT) |
commit | c660233cfb0a69649d139616af66efefa9775822 (patch) | |
tree | 01fd26a3575ee783169a7a505b2543afb190d26c | |
parent | d76732918a12e03e95b753dde2691268592ae0cf (diff) | |
download | cpython-c660233cfb0a69649d139616af66efefa9775822.zip cpython-c660233cfb0a69649d139616af66efefa9775822.tar.gz cpython-c660233cfb0a69649d139616af66efefa9775822.tar.bz2 |
Update two of the \indexsubitem values to use singular rather than plural form
of "variable": each individual variable should be identified as a single
variable and not a collection in the index.
-rw-r--r-- | Doc/lib/libbasehttp.tex | 4 | ||||
-rw-r--r-- | Doc/libbasehttp.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index b9e2edb..1f7b6da 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -49,7 +49,7 @@ from the request. For example, for the request \code{SPAM}, the the relevant information is stored into instance variables of the handler. -\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler instance variables)} +\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler instance variable)} \code{BaseHTTPRequestHandler} has the following instance variables: @@ -88,7 +88,7 @@ Proper adherance to the HTTP protocol must be used when writing to this stream. \end{datadesc} -\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler class variables)} +\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler class variable)} \code{BaseHTTPRequestHandler} has the following class variables: diff --git a/Doc/libbasehttp.tex b/Doc/libbasehttp.tex index b9e2edb..1f7b6da 100644 --- a/Doc/libbasehttp.tex +++ b/Doc/libbasehttp.tex @@ -49,7 +49,7 @@ from the request. For example, for the request \code{SPAM}, the the relevant information is stored into instance variables of the handler. -\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler instance variables)} +\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler instance variable)} \code{BaseHTTPRequestHandler} has the following instance variables: @@ -88,7 +88,7 @@ Proper adherance to the HTTP protocol must be used when writing to this stream. \end{datadesc} -\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler class variables)} +\renewcommand{\indexsubitem}{(BaseHTTPRequestHandler class variable)} \code{BaseHTTPRequestHandler} has the following class variables: |