diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-28 22:09:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-28 22:09:20 (GMT) |
commit | 589f44b9d09f45056bd4d3abe96e9339e8a5675f (patch) | |
tree | b2d5789e8fac16b78cd7fb640d6088e1b811dbb8 /Doc | |
parent | be93a8332eab8cb7bd4b508eb94050812486cbe5 (diff) | |
download | cpython-589f44b9d09f45056bd4d3abe96e9339e8a5675f.zip cpython-589f44b9d09f45056bd4d3abe96e9339e8a5675f.tar.gz cpython-589f44b9d09f45056bd4d3abe96e9339e8a5675f.tar.bz2 |
Made the title of the Examples subsection plural!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libhttplib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index cb2dcc5..1d09766 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: |