@@ -915,14 +915,14 @@ HTTPRedirectHandler Objects
915
915
.. method :: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs)
916
916
917
917
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.
919
919
:class: `OpenerDirector ` will call this method with five positional arguments:
920
920
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.
926
926
927
927
928
928
.. method :: HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs)
0 commit comments