Skip to content

Commit d988a65

Browse files
committed
- Americanize a spelling
- remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting)
1 parent c6623a3 commit d988a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/lib/liburllib2.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,9 @@ \subsection{HTTPRedirectHandler Objects \label{http-redirect-handler}}
423423
requests must not be automatically redirected without confirmation by
424424
the user. In reality, browsers do allow automatic redirection of
425425
these responses, changing the POST to a GET, and the default
426-
implementation reproduces this behaviour.}
427-
426+
implementation reproduces this behavior.}
428427
\end{methoddesc}
429428

430-
431429
\begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req,
432430
fp, code, msg, hdrs}
433431
Redirect to the \code{Location:} URL. This method is called by
@@ -451,6 +449,8 @@ \subsection{HTTPRedirectHandler Objects \label{http-redirect-handler}}
451449
fp, code, msg, hdrs}
452450
The same as \method{http_error_301()}, but called for the
453451
`temporary redirect' response.
452+
\end{methoddesc}
453+
454454

455455
\subsection{ProxyHandler Objects \label{proxy-handler}}
456456

0 commit comments

Comments
 (0)