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 2a5531ed4c56a0fa500255d44a407a8639091005..f82f56a3bb1d7c7fe2d41b2593b8b34391dc7cfd 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``.
         """