Skip to content

Commit 059d55c

Browse files
committed
Fix typos
1 parent d7c7944 commit 059d55c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ History
66
2.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

1212
2.2.0 (2020-10-13)

minfraud/webservice.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)