mirror of https://github.com/python/cpython
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:
parent
d76732918a
commit
c660233cfb
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue