Skip to content

Commit d58d8aa

Browse files
docs: clarify timeout parameter uses seconds in Session.request (#6994)
1 parent 91a3eab commit d58d8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def request(
535535
for multipart encoding upload.
536536
:param auth: (optional) Auth tuple or callable to enable
537537
Basic/Digest/Custom HTTP Auth.
538-
:param timeout: (optional) How long to wait for the server to send
538+
:param timeout: (optional) How many seconds to wait for the server to send
539539
data before giving up, as a float, or a :ref:`(connect timeout,
540540
read timeout) <timeouts>` tuple.
541541
:type timeout: float or tuple

0 commit comments

Comments
 (0)