File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 662.3.0
77++++++++++++++++++
88
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
1010 the ``proxy `` parameter to the ``AsyncClient `` or ``Client `` constructor.
1111
12122.2.0 (2020-10-13)
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ def __init__( # pylint: disable=too-many-arguments
249249 :type host: str
250250 :param locales: A tuple of locale codes to use in name property
251251 :type locales: tuple[str]
252- :param timeout: The timeout in seconts to use when waiting on the request.
252+ :param timeout: The timeout in seconds to use when waiting on the request.
253253 This sets both the connect timeout and the read timeout. The default is
254254 60.
255255 :type timeout: float
@@ -441,7 +441,7 @@ def __init__( # pylint: disable=too-many-arguments
441441 :type host: str
442442 :param locales: A tuple of locale codes to use in name property
443443 :type locales: tuple[str]
444- :param timeout: The timeout in seconts to use when waiting on the request.
444+ :param timeout: The timeout in seconds to use when waiting on the request.
445445 This sets both the connect timeout and the read timeout. The default is
446446 60.
447447 :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