diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-14 20:53:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-14 20:53:57 (GMT) |
commit | 9753ae12376925a7351aded929942956e421cc4f (patch) | |
tree | d3ff21d006c2e41ed840741fd62678ee4ae2b918 | |
parent | 708c2a877ed013007b2467a93b95187affba78ef (diff) | |
download | cpython-9753ae12376925a7351aded929942956e421cc4f.zip cpython-9753ae12376925a7351aded929942956e421cc4f.tar.gz cpython-9753ae12376925a7351aded929942956e421cc4f.tar.bz2 |
Added missing markup.
-rw-r--r-- | Doc/lib/liburllib2.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 783105f..73b77bd 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -456,6 +456,8 @@ The same as \method{http_error_301()}, but called for the fp, code, msg, hdrs} The same as \method{http_error_301()}, but called for the `temporary redirect' response. +\end{methoddesc} + \subsection{ProxyHandler Objects \label{proxy-handler}} |