s/soley/solely
authorKevin Burke <kevin@twilio.com>
Sat, 25 Jan 2014 08:20:10 +0000 (00:20 -0800)
committerKevin Burke <kevin@twilio.com>
Sat, 25 Jan 2014 08:20:10 +0000 (00:20 -0800)
requests/models.py

index ae46a83185cdec139d332b06d02c892376e5eaf9..72b0fec89afe69fe22bc84f5b43ad945bb182425 100644 (file)
@@ -693,7 +693,7 @@ class Response(object):
         If Response.encoding is None, encoding will be guessed using
         ``chardet``.
 
-        The encoding of the response content is determined based soley on HTTP
+        The encoding of the response content is determined based solely on HTTP
         headers, following RFC 2616 to the letter. If you can take advantage of
         non-HTTP knowledge to make a better guess at the encoding, you should
         set ``r.encoding`` appropriately before accessing this property.