diff options
| author | kracekumar <kracethekingmaker@gmail.com> | 2013-09-10 17:52:29 +0530 |
|---|---|---|
| committer | kracekumar <kracethekingmaker@gmail.com> | 2013-09-10 17:52:29 +0530 |
| commit | a829ef9b46b524cf13b40d86288cb338d45665a3 (patch) | |
| tree | 6dda65fa54a676e01b0a0ee19cb2f1655c63b932 /requests | |
| parent | c1eb7027fcad5b0653779155e4fe053843bb95c0 (diff) | |
| download | python-requests-a829ef9b46b524cf13b40d86288cb338d45665a3.tar.gz | |
Fixed persistence spelling
Diffstat (limited to 'requests')
| -rw-r--r-- | requests/sessions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/sessions.py b/requests/sessions.py index b87bd864..48f6d98b 100644 --- a/requests/sessions.py +++ b/requests/sessions.py @@ -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:: |
