Merge pull request #845 from alanhamlett/patch-1

fixed typo in docs
This commit is contained in:
Kenneth Reitz
2012-09-09 02:29:37 -07:00
+1 -1
View File
@@ -20,7 +20,7 @@ Configurations:
:pool_connections: The number of active HTTP connection pools to use.
:encode_uri: If true, URIs will automatically be percent-encoded.
:trust_env: If true, the surrouding environment will be trusted (environ, netrc).
:param store_cookies: If false, the received cookies as part of the HTTP response would be ignored.
:store_cookies: If false, the received cookies as part of the HTTP response would be ignored.
"""