From 24ffc3610a23ab46a43c0ed5a883a066595e516d Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Mon, 10 Oct 2011 15:56:58 -0300 Subject: [PATCH 1/2] just fixed a typo --- docs/community/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From a166dd0ad7772d74410f9b1b0d129b78004c4dac Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 15:58:34 -0300 Subject: [PATCH 2/2] Edited AUTHORS via GitHub --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 0159cdef..1a4a5fb7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -53,3 +53,4 @@ Patches and Suggestions - Mike Waldner - Serge Domkowski - Daniel Miller +- Pat Nakajima