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 6
6
4.2.0
7
7
++++++++++++++++++
8
8
9
- * You may now set a proxy to use when making web service request by passing
9
+ * You may now set a proxy to use when making web service requests by passing
10
10
the ``proxy `` parameter to the ``AsyncClient `` or ``Client `` constructor.
11
11
12
12
4.1.0 (2020-09-25)
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ class AsyncClient(BaseClient):
245
245
* pt-BR -- Brazilian Portuguese
246
246
* ru -- Russian
247
247
* zh-CN -- Simplified Chinese.
248
- :param timeout: The timeout in seconts to use when waiting on the request.
248
+ :param timeout: The timeout in seconds to use when waiting on the request.
249
249
This sets both the connect timeout and the read timeout. The default is
250
250
60.
251
251
:param proxy: The URL of an HTTP proxy to use. It may optionally include
@@ -401,7 +401,7 @@ class Client(BaseClient):
401
401
* pt-BR -- Brazilian Portuguese
402
402
* ru -- Russian
403
403
* zh-CN -- Simplified Chinese.
404
- :param timeout: The timeout in seconts to use when waiting on the request.
404
+ :param timeout: The timeout in seconds to use when waiting on the request.
405
405
This sets both the connect timeout and the read timeout. The default is
406
406
60.
407
407
:param proxy: The URL of an HTTP proxy to use. It may optionally include
You can’t perform that action at this time.
0 commit comments