From: Fred Drake Date: Wed, 28 Jun 2000 22:09:20 +0000 (+0000) Subject: Made the title of the Examples subsection plural! X-Git-Tag: v2.0b1~1333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=589f44b9d09f45056bd4d3abe96e9339e8a5675f;p=thirdparty%2FPython%2Fcpython.git Made the title of the Examples subsection plural! --- diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index cb2dcc5e36aa..1d09766d39d7 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -111,8 +111,8 @@ read, using the \method{read()}, \method{readline()} or \method{readlines()} methods. \end{methoddesc} -\subsection{Example} -\nodename{HTTP Example} +\subsection{Examples} +\nodename{HTTP Examples} Here is an example session that uses the \samp{GET} method: