Capitalisation.

This commit is contained in:
Cory Benfield
2013-11-01 11:14:05 +00:00
parent c86de38780
commit 9ffcbb82a2
+1 -1
View 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``.
"""