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.
This commit is contained in:
Fred Drake 1998-02-06 22:19:23 +00:00
parent d76732918a
commit c660233cfb
2 changed files with 4 additions and 4 deletions

View File

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

View File

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