return_response
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 10:59:17 +0000 (05:59 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 10:59:17 +0000 (05:59 -0500)
backup.py

index 670f848..bdcbf0b 100644 (file)
--- a/backup.py
+++ b/backup.py
@@ -30,7 +30,6 @@
         :param timeout: (optional) Float describing the timeout of the request.
         :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 verify: (optional) if ``True``, the SSL cert will be verified. A CA_BUNDLE path can also be provided.