From aa088c6b5c01682901333a6badd538be764cdc3a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 24 Jul 2003 01:45:16 +0000 Subject: [PATCH] - Americanize a spelling - remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting) --- Doc/lib/liburllib2.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 06748883732b..fd3f186bbfff 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -423,11 +423,9 @@ if you can't but another \class{Handler} might. requests must not be automatically redirected without confirmation by the user. In reality, browsers do allow automatic redirection of these responses, changing the POST to a GET, and the default - implementation reproduces this behaviour.} - + implementation reproduces this behavior.} \end{methoddesc} - \begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req, fp, code, msg, hdrs} Redirect to the \code{Location:} URL. This method is called by @@ -451,6 +449,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}} -- 2.47.3