mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
typo
This commit is contained in:
@@ -64,7 +64,7 @@ If we made a bad request, we can raise it with
|
||||
raise self.error
|
||||
urllib2.HTTPError: HTTP Error 404: NOT FOUND
|
||||
|
||||
But, sice our ``status_code`` was ``200``, when we call it::
|
||||
But, since our ``status_code`` was ``200``, when we call it::
|
||||
|
||||
>>> r.raise_for_status()
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user