Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change docs title to requests.sessions
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
requests/sessions.py
|
|
@@ -1,8 +1,8 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
""" |
|
|
requests.session |
|
|
~~~~~~~~~~~~~~~~ |
|
|
requests.sessions |
|
|
~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
This module provides a Session object to manage and persist settings across |
|
|
requests (cookies, auth, proxies). |
|
|
|