From 9f89ebe0de1c7d493b955b0c8c192583e7a35444 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Dec 2012 01:49:44 -0500 Subject: [PATCH] request sessions --- docs/api.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 938ab67..88d6542 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -35,14 +35,13 @@ Lower-Level Classes .. autoclass:: Response :inherited-members: -Sessions --------- +Request Sessions +---------------- .. autoclass:: Session :inherited-members: - Exceptions ~~~~~~~~~~ @@ -88,14 +87,6 @@ Encodings .. autofunction:: decode_gzip -Internals ---------- - -These items are an internal component to Requests, and should never be -seen by the end user (developer). This part of the API documentation -exists for those who are extending the functionality of Requests. - - Classes ~~~~~~~ -- 2.7.4