diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-22 17:42:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-22 17:42:32 (GMT) |
commit | ef8cd7ca99d50db636562d16f56d17b1522279e6 (patch) | |
tree | bdeab5e00cc5f6cea5733f84c1e60c3f9797c1cd | |
parent | afc7ce118e0c1e8c6c423f31c3a5ee780ba8685b (diff) | |
download | cpython-ef8cd7ca99d50db636562d16f56d17b1522279e6.zip cpython-ef8cd7ca99d50db636562d16f56d17b1522279e6.tar.gz cpython-ef8cd7ca99d50db636562d16f56d17b1522279e6.tar.bz2 |
Minor markup adjustment.
-rw-r--r-- | Doc/lib/libhttplib.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 984cc6d..4a97335 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -111,8 +111,7 @@ read, using the \method{read()}, \method{readline()} or \method{readlines()} methods. \end{methoddesc} -\subsection{Examples} -\nodename{HTTP Examples} +\subsection{Examples \label{httplib-examples}} Here is an example session that uses the \samp{GET} method: |