projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1eb702
)
Fixed persistence spelling
author
kracekumar
<kracethekingmaker@gmail.com>
Tue, 10 Sep 2013 12:22:29 +0000
(17:52 +0530)
committer
kracekumar
<kracethekingmaker@gmail.com>
Tue, 10 Sep 2013 12:22:29 +0000
(17:52 +0530)
requests/sessions.py
patch
|
blob
|
history
diff --git
a/requests/sessions.py
b/requests/sessions.py
index b87bd86416c027762f614296b9ded9d56c668d4a..48f6d98b8c72cee4c96e21e015d907ca23379609 100644
(file)
--- a/
requests/sessions.py
+++ b/
requests/sessions.py
@@
-156,7
+156,7
@@
class SessionRedirectMixin(object):
class Session(SessionRedirectMixin):
"""A Requests session.
- Provides cookie persist
i
ence, connection-pooling, and configuration.
+ Provides cookie persistence, connection-pooling, and configuration.
Basic Usage::