From 1abd13700b32b82c4ce6e08e1e73be89fdbfd3e6 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 2 Apr 2013 09:27:25 -0400 Subject: [PATCH] Closes #1280 Correct the doc-string for Session#request that I copied without thinking about. --- requests/sessions.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requests/sessions.py b/requests/sessions.py index de0d9d6..ff40a6c 100644 --- a/requests/sessions.py +++ b/requests/sessions.py @@ -274,12 +274,8 @@ class Session(SessionRedirectMixin): :param allow_redirects: (optional) Boolean. Set to True by default. :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. - :param return_response: (optional) If False, an un-sent Request object - will returned. - :param config: (optional) A configuration dictionary. See - ``request.defaults`` for allowed keys and their default values. - :param prefetch: (optional) whether to immediately download the response - content. Defaults to ``True``. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. :param verify: (optional) if ``True``, the SSL cert will be verified. A CA_BUNDLE path can also be provided. :param cert: (optional) if String, path to ssl client cert file (.pem). -- 2.34.1