]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Made the title of the Examples subsection plural!
authorFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 22:09:20 +0000 (22:09 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 22:09:20 +0000 (22:09 +0000)
Doc/lib/libhttplib.tex

index cb2dcc5e36aa3ce12049eb050cea22069ab2e576..1d09766d39d72a28c3b3615ddf06b2181e7131cf 100644 (file)
@@ -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: