Skip to content

Commit

Permalink
Update doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
pogzyb committed Feb 10, 2024
1 parent 7d11f34 commit f272d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whodap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def lookup_domain(
submits an RDAP query for the given domain, and returns
the result as a DomainResponse.
:param domain: the domain name to lookup
:param domain: the domain name to query
:param tld: the top level domain (e.g. "com", "net", "buzz")
:param httpx_client: Optional preconfigured instance of `httpx.Client`
:return: an instance of DomainResponse
Expand All @@ -55,7 +55,7 @@ async def aio_lookup_domain(
a DNSClient, submits an RDAP query for the given domain,
and returns the result as a DomainResponse.
:param domain: the domain name to lookup
:param domain: the domain name to query
:param tld: the top level domain (e.g. "com", "net", "buzz")
:param httpx_client: Optional preconfigured instance of `httpx.AsyncClient`
:return: an instance of DomainResponse
Expand Down

0 comments on commit f272d91

Please sign in to comment.