From: Alan Hamlett Date: Sun, 9 Sep 2012 08:56:32 +0000 (-0700) Subject: fixed typo in docs X-Git-Tag: v0.14.1~7^2~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=861e63ce8e4a7c4881b3129edea8f23d730cabf1;p=services%2Fpython-requests.git fixed typo in docs --- diff --git a/requests/defaults.py b/requests/defaults.py index 87e088b..4e862d6 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. """