spelling error
authorKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 17:45:03 +0000 (12:45 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 14 Feb 2011 17:45:03 +0000 (12:45 -0500)
requests/core.py

index c2f0a77..e935032 100644 (file)
@@ -93,7 +93,7 @@ class Request(object):
        
        
        def _checks(self):
-               """Deterministic checks for consistiency."""
+               """Deterministic checks for consistency."""
 
                if not self.url:
                        raise URLRequired
@@ -135,6 +135,7 @@ class Request(object):
                self.response.content = resp.read()
                self.response.url = resp.url
 
+       
        def send(self, anyway=False):
                """Sends the request. Returns True of successful, false if not.
         If there was an HTTPError during transmission,