jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] fix docstring in http.error_handling_callback()

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

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 change 650996. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icfc303b433549db9a7a5aa9b3c4bfddf52537a09
Gerrit-Change-Number: 650996
Gerrit-PatchSet: 1
Gerrit-Owner: Mpaa <mpaa.wiki@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged