projects
/
platform
/
upstream
/
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
2a5531e
..
f82f56a
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``.
"""