mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
typo
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ class Request(object):
|
||||
success = True
|
||||
|
||||
except urllib2.HTTPError as why:
|
||||
sself._build_response(why)
|
||||
self._build_response(why)
|
||||
success = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user