Skip to content
Snippets Groups Projects
Commit 3526ec4a authored by Waldir Pimenta's avatar Waldir Pimenta
Browse files

grammar

parent 3c472e32
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ class InvalidResponse(MwClientError): ...@@ -63,7 +63,7 @@ class InvalidResponse(MwClientError):
def __init__(self, response_text=None): def __init__(self, response_text=None):
self.message = 'Did not get a valid JSON response from the server. Check that ' + \ self.message = 'Did not get a valid JSON response from the server. Check that ' + \
'you used the correct hostname. If you did, the server might ' + \ 'you used the correct hostname. If you did, the server might ' + \
'be wrongly configured or experience temporary problems.' 'be wrongly configured or experiencing temporary problems.'
self.response_text = response_text self.response_text = response_text
MwClientError.__init__(self, self.message, response_text) MwClientError.__init__(self, self.message, response_text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment