diff --git a/docs/community/faq.rst b/docs/community/faq.rst index b6efc786..5671d3b1 100644 --- 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.