Merge pull request #191 from nakajima/patch-1

just fixed a typo
This commit is contained in:
Kenneth Reitz
2011-10-10 11:57:57 -07:00
+1 -1
View File
@@ -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.