From 861e63ce8e4a7c4881b3129edea8f23d730cabf1 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 9 Sep 2012 01:56:32 -0700 Subject: [PATCH] fixed typo in docs --- requests/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/defaults.py b/requests/defaults.py index 87e088b7..4e862d67 100644 --- a/requests/defaults.py +++ b/requests/defaults.py @@ -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. """