projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7825d
)
fixed typo in docs
author
Alan Hamlett
<alan.hamlett@gmail.com>
Sun, 9 Sep 2012 08:56:32 +0000
(
01:56
-0700)
committer
Alan Hamlett
<alan.hamlett@gmail.com>
Sun, 9 Sep 2012 08:56:32 +0000
(
01:56
-0700)
requests/defaults.py
patch
|
blob
|
history
diff --git
a/requests/defaults.py
b/requests/defaults.py
index 87e088b7e5dd6d8a53e3a6863690fa6dd31688d5..4e862d67b1fee78740ddc4ba398adb44974ec7d6 100644
(file)
--- 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.
"""