fixed typo in docs
authorAlan Hamlett <alan.hamlett@gmail.com>
Sun, 9 Sep 2012 08:56:32 +0000 (01:56 -0700)
committerAlan Hamlett <alan.hamlett@gmail.com>
Sun, 9 Sep 2012 08:56:32 +0000 (01:56 -0700)
requests/defaults.py

index 87e088b..4e862d6 100644 (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.
 
 """