@@ -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