projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86de38
)
Capitalisation.
author
Cory Benfield
<lukasaoz@gmail.com>
Fri, 1 Nov 2013 11:14:05 +0000
(11:14 +0000)
committer
Cory Benfield
<lukasaoz@gmail.com>
Fri, 1 Nov 2013 11:14:05 +0000
(11:14 +0000)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 2a5531ed4c56a0fa500255d44a407a8639091005..f82f56a3bb1d7c7fe2d41b2593b8b34391dc7cfd 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-648,7
+648,7
@@
class Response(object):
def text(self):
"""Content of the response, in unicode.
-
i
f Response.encoding is None, encoding will be guessed using
+
I
f Response.encoding is None, encoding will be guessed using
``charade``.
"""