We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590c39 commit c53aaecCopy full SHA for c53aaec
Doc/library/urllib.request.rst
@@ -1125,7 +1125,7 @@ UnknownHandler Objects
1125
HTTPErrorProcessor Objects
1126
--------------------------
1127
1128
-.. method:: HTTPErrorProcessor.http_response()
+.. method:: HTTPErrorProcessor.http_response(request, response)
1129
1130
Process HTTP error responses.
1131
@@ -1137,7 +1137,7 @@ HTTPErrorProcessor Objects
1137
:exc:`~urllib.error.HTTPError` if no other handler handles the error.
1138
1139
1140
-.. method:: HTTPErrorProcessor.https_response()
+.. method:: HTTPErrorProcessor.https_response(request, response)
1141
1142
Process HTTPS error responses.
1143
0 commit comments