Skip to content

Commit 98aafdb

Browse files
committed
indented and fixed whitespace
1 parent 61deb5b commit 98aafdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/urllib.request.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -915,14 +915,14 @@ HTTPRedirectHandler Objects
915915
.. method:: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs)
916916

917917
Redirect to the ``Location:`` or ``URI:`` URL. This method is called by the
918-
parent :class:`OpenerDirector` when getting an HTTP 'moved permanently' response.
918+
parent :class:`OpenerDirector` when getting an HTTP 'moved permanently' response.
919919
:class:`OpenerDirector` will call this method with five positional arguments:
920920

921-
* a :class:`Request` object,
922-
* a file-like object with the HTTP error body,
923-
* the three-digit code of the error, as a string,
924-
* the user-visible explanation of the code, as as string, and
925-
* the headers of the error, as a mapping object.
921+
* a :class:`Request` object,
922+
* a file-like object with the HTTP error body,
923+
* the three-digit code of the error, as a string,
924+
* the user-visible explanation of the code, as as string, and
925+
* the headers of the error, as a mapping object.
926926

927927

928928
.. method:: HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs)

0 commit comments

Comments
 (0)