File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def send(
123123
124124 :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
125125 :param stream: (optional) Whether to stream the request content.
126- :param timeout: (optional) How long to wait for the server to send
126+ :param timeout: (optional) How many seconds to wait for the server to send
127127 data before giving up, as a float, or a :ref:`(connect timeout,
128128 read timeout) <timeouts>` tuple.
129129 :type timeout: float or tuple
@@ -594,7 +594,7 @@ def send(
594594
595595 :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
596596 :param stream: (optional) Whether to stream the request content.
597- :param timeout: (optional) How long to wait for the server to send
597+ :param timeout: (optional) How many seconds to wait for the server to send
598598 data before giving up, as a float, or a :ref:`(connect timeout,
599599 read timeout) <timeouts>` tuple.
600600 :type timeout: float or tuple or urllib3 Timeout object
You can’t perform that action at this time.
0 commit comments