Skip to content

Commit 5a0da4d

Browse files
chore(docs): update client docstring (#159)
1 parent a8ee0e2 commit 5a0da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asktable/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def __init__(
314314
# part of our public interface in the future.
315315
_strict_response_validation: bool = False,
316316
) -> None:
317-
"""Construct a new async Asktable client instance.
317+
"""Construct a new async AsyncAsktable client instance.
318318
319319
This automatically infers the `api_key` argument from the `ASKTABLE_API_KEY` environment variable if it is not provided.
320320
"""

0 commit comments

Comments
 (0)