Merge pull request #1229 from sprt/master

Doc fix: URLError doesn't exist anymore
This commit is contained in:
Kenneth Reitz
2013-03-02 12:59:41 -08:00
+1 -1
View File
@@ -646,7 +646,7 @@ class Response(object):
return l
def raise_for_status(self):
"""Raises stored :class:`HTTPError` or :class:`URLError`, if one occurred."""
"""Raises stored :class:`HTTPError`, if one occurred."""
http_error_msg = ''