Fixed persistence spelling

This commit is contained in:
kracekumar
2013-09-10 17:52:29 +05:30
parent c1eb7027fc
commit a829ef9b46
+1 -1
View File
@@ -156,7 +156,7 @@ class SessionRedirectMixin(object):
class Session(SessionRedirectMixin):
"""A Requests session.
Provides cookie persistience, connection-pooling, and configuration.
Provides cookie persistence, connection-pooling, and configuration.
Basic Usage::