Skip to content

Commit 40e5399

Browse files
committed
indented
1 parent 61deb5b commit 40e5399

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/urllib.request.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,11 @@ HTTPRedirectHandler Objects
918918
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)