Skip to content

Commit bad8bba

Browse files
feat(api): update organization info (#135)
1 parent 116eecc commit bad8bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "asktable"
33
version = "4.4.0"
4-
description = "The official Python library for the asktable API"
4+
description = "The official Python library for the Asktable API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [

src/asktable/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __init__(
112112
# part of our public interface in the future.
113113
_strict_response_validation: bool = False,
114114
) -> None:
115-
"""Construct a new synchronous asktable client instance.
115+
"""Construct a new synchronous Asktable client instance.
116116
117117
This automatically infers the `api_key` argument from the `ASKTABLE_API_KEY` environment variable if it is not provided.
118118
"""
@@ -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 Asktable 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)