projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4502af
)
typo
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 08:01:11 +0000
(
04:01
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 08:01:11 +0000
(
04:01
-0400)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 60402f917457f23246088d6c44466c5129452c08..f9370f5910a22d8d5a679e6f0baea4006fb22342 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-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, si
n
ce our ``status_code`` was ``200``, when we call it::
>>> r.raise_for_status()
None