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:
85507dd
)
just fixed a typo
author
Pat Nakajima
<patnakajima@gmail.com>
Mon, 10 Oct 2011 18:56:58 +0000
(15:56 -0300)
committer
Pat Nakajima
<patnakajima@gmail.com>
Mon, 10 Oct 2011 18:56:58 +0000
(15:56 -0300)
docs/community/faq.rst
patch
|
blob
|
history
diff --git
a/docs/community/faq.rst
b/docs/community/faq.rst
index b6efc7862e57fa749f78601ae03d06b7e2d81f0d..5671d3b1c0d2c02ed2da87c44195f4c269a4174b 100644
(file)
--- a/
docs/community/faq.rst
+++ b/
docs/community/faq.rst
@@
-9,7
+9,7
@@
Encoded Data?
-------------
Requests automatically decompresses gzip-encoded responses, and does
-it
'
s best to decodes response content to unicode when possible.
+its best to decodes response content to unicode when possible.
You can get direct access to the raw response (and even the socket),
if needed as well.