Commit c660233c authored by Fred Drake's avatar Fred Drake

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.
parent d7673291
......@@ -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:
......
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment