Skip to content

Commit 91440cd

Browse files
authored
Merge pull request #103 from maxmind/greg/fix-typos
Fix typos in text
2 parents 34fe3a1 + ac0890c commit 91440cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ History
66
4.2.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
4.1.0 (2020-09-25)

geoip2/webservice.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class AsyncClient(BaseClient):
245245
* pt-BR -- Brazilian Portuguese
246246
* ru -- Russian
247247
* 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.
249249
This sets both the connect timeout and the read timeout. The default is
250250
60.
251251
:param proxy: The URL of an HTTP proxy to use. It may optionally include
@@ -401,7 +401,7 @@ class Client(BaseClient):
401401
* pt-BR -- Brazilian Portuguese
402402
* ru -- Russian
403403
* 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.
405405
This sets both the connect timeout and the read timeout. The default is
406406
60.
407407
:param proxy: The URL of an HTTP proxy to use. It may optionally include

0 commit comments

Comments
 (0)