summaryrefslogtreecommitdiff
path: root/pip/_vendor/requests/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/requests/api.py')
-rw-r--r--pip/_vendor/requests/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/_vendor/requests/api.py b/pip/_vendor/requests/api.py
index baf43dd61..01d853d5c 100644
--- a/pip/_vendor/requests/api.py
+++ b/pip/_vendor/requests/api.py
@@ -26,7 +26,7 @@ def request(method, url, **kwargs):
:param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`.
:param files: (optional) Dictionary of 'name': file-like-objects (or {'name': ('filename', fileobj)}) for multipart encoding upload.
:param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth.
- :param timeout: (optional) Float describing the timeout of the request.
+ :param timeout: (optional) Float describing the timeout of the request in seconds.
:param allow_redirects: (optional) Boolean. Set to True if POST/PUT/DELETE redirect following is allowed.
:param proxies: (optional) Dictionary mapping protocol to the URL of the proxy.
:param verify: (optional) if ``True``, the SSL cert will be verified. A CA_BUNDLE path can also be provided.