space
authorKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 04:08:06 +0000 (00:08 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 04:08:06 +0000 (00:08 -0400)
requests/models.py

index 3c757ae2447f71c0723239c21a1c94fb72fb10cd..2a699259f75cf655fa0736ffa4620b926dbdf2b0 100644 (file)
@@ -39,7 +39,7 @@ class Request(object):
         allow_redirects=False, proxies=None):
 
         #: Float describ the timeout of the request.
-        # (Use socket.setdefaulttimeout() as fallback)
+        #  (Use socket.setdefaulttimeout() as fallback)
         self.timeout = timeout
 
         #: Request URL.