typo
authorKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 08:01:11 +0000 (04:01 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 08:01:11 +0000 (04:01 -0400)
docs/user/quickstart.rst

index 60402f917457f23246088d6c44466c5129452c08..f9370f5910a22d8d5a679e6f0baea4006fb22342 100644 (file)
@@ -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