File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " asktable"
33version = " 4.4.0"
4- description = " The official Python library for the asktable API"
4+ description = " The official Python library for the Asktable API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
77authors = [
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments