File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def __init__(
132
132
# part of our public interface in the future.
133
133
_strict_response_validation : bool = False ,
134
134
) -> None :
135
- """Construct a new synchronous onebusaway-sdk client instance.
135
+ """Construct a new synchronous OnebusawaySDK client instance.
136
136
137
137
This automatically infers the `api_key` argument from the `ONEBUSAWAY_API_KEY` environment variable if it is not provided.
138
138
"""
@@ -362,7 +362,7 @@ def __init__(
362
362
# part of our public interface in the future.
363
363
_strict_response_validation : bool = False ,
364
364
) -> None :
365
- """Construct a new async onebusaway-sdk client instance.
365
+ """Construct a new async AsyncOnebusawaySDK client instance.
366
366
367
367
This automatically infers the `api_key` argument from the `ONEBUSAWAY_API_KEY` environment variable if it is not provided.
368
368
"""
You can’t perform that action at this time.
0 commit comments