Fix a docstring typo (of -> if).
authorztest <ztestgh@yahoo.com>
Sat, 12 May 2012 17:09:14 +0000 (13:09 -0400)
committerztest <ztestgh@yahoo.com>
Sat, 12 May 2012 17:09:14 +0000 (13:09 -0400)
requests/models.py

index 74c73632955d7b942387eed9ee24a630bd849c08..e60e67b1fad57564689d1a43ae97aded023ac572 100644 (file)
@@ -457,7 +457,7 @@ class Request(object):
             return False
 
     def send(self, anyway=False, prefetch=False):
-        """Sends the request. Returns True of successful, False if not.
+        """Sends the request. Returns True if successful, False if not.
         If there was an HTTPError during transmission,
         self.response.status_code will contain the HTTPError code.