]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Americanize a spelling
authorFred Drake <fdrake@acm.org>
Thu, 24 Jul 2003 01:45:16 +0000 (01:45 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 24 Jul 2003 01:45:16 +0000 (01:45 +0000)
- remove extraneous blank lines
- add missing \end{methoddesc} (prevented formatting)

Doc/lib/liburllib2.tex

index 06748883732bdc438f0c821b5d0cb434c3858dcd..fd3f186bbfff90b74e25501135fb9962d9a4d04b 100644 (file)
@@ -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}}