just fixed a typo
authorPat Nakajima <patnakajima@gmail.com>
Mon, 10 Oct 2011 18:56:58 +0000 (15:56 -0300)
committerPat Nakajima <patnakajima@gmail.com>
Mon, 10 Oct 2011 18:56:58 +0000 (15:56 -0300)
docs/community/faq.rst

index b6efc7862e57fa749f78601ae03d06b7e2d81f0d..5671d3b1c0d2c02ed2da87c44195f4c269a4174b 100644 (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.