Capitalisation.
authorCory Benfield <lukasaoz@gmail.com>
Fri, 1 Nov 2013 11:14:05 +0000 (11:14 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Fri, 1 Nov 2013 11:14:05 +0000 (11:14 +0000)
requests/models.py

index 2a5531e..f82f56a 100644 (file)
@@ -648,7 +648,7 @@ class Response(object):
     def text(self):
         """Content of the response, in unicode.
 
-        if Response.encoding is None, encoding will be guessed using
+        If Response.encoding is None, encoding will be guessed using
         ``charade``.
         """