File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def send(
147147
148148 :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
149149 :param stream: (optional) Whether to stream the request content.
150- :param timeout: (optional) How long to wait for the server to send
150+ :param timeout: (optional) How many seconds to wait for the server to send
151151 data before giving up, as a float, or a :ref:`(connect timeout,
152152 read timeout) <timeouts>` tuple.
153153 :type timeout: float or tuple
@@ -617,7 +617,7 @@ def send(
617617
618618 :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
619619 :param stream: (optional) Whether to stream the request content.
620- :param timeout: (optional) How long to wait for the server to send
620+ :param timeout: (optional) How many seconds to wait for the server to send
621621 data before giving up, as a float, or a :ref:`(connect timeout,
622622 read timeout) <timeouts>` tuple.
623623 :type timeout: float or tuple or urllib3 Timeout object
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments