jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/650996 )

Change subject: [IMPR] fix docstring in http.error_handling_callback()
......................................................................

[IMPR] fix docstring in http.error_handling_callback()

Change-Id: Icfc303b433549db9a7a5aa9b3c4bfddf52537a09
---
M pywikibot/comms/http.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py
index 91f2886..d526e34 100644
--- a/pywikibot/comms/http.py
+++ b/pywikibot/comms/http.py
@@ -289,8 +289,8 @@
     """
     Raise exceptions and log alerts.

-    @param request: Request that has completed
-    @type request: L{threadedhttp.HttpRequest}
+    @param response: Response returned by Session.request().
+    @type response: L{requests.Response}
     """
     # TODO: do some error correcting stuff
     if isinstance(response, requests.exceptions.SSLError):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/650996
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icfc303b433549db9a7a5aa9b3c4bfddf52537a09
Gerrit-Change-Number: 650996
Gerrit-PatchSet: 1
Gerrit-Owner: Mpaa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to