From 9ffcbb82a2d6a49939d52fe95f494488d4b6b7c6 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Fri, 1 Nov 2013 11:14:05 +0000 Subject: [PATCH] Capitalisation. --- requests/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/models.py b/requests/models.py index 2a5531ed..f82f56a3 100644 --- a/requests/models.py +++ b/requests/models.py @@ -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``. """