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__(
132132 # part of our public interface in the future.
133133 _strict_response_validation : bool = False ,
134134 ) -> None :
135- """Construct a new synchronous onebusaway-sdk client instance.
135+ """Construct a new synchronous OnebusawaySDK client instance.
136136
137137 This automatically infers the `api_key` argument from the `ONEBUSAWAY_API_KEY` environment variable if it is not provided.
138138 """
@@ -362,7 +362,7 @@ def __init__(
362362 # part of our public interface in the future.
363363 _strict_response_validation : bool = False ,
364364 ) -> None :
365- """Construct a new async onebusaway-sdk client instance.
365+ """Construct a new async AsyncOnebusawaySDK client instance.
366366
367367 This automatically infers the `api_key` argument from the `ONEBUSAWAY_API_KEY` environment variable if it is not provided.
368368 """
You can’t perform that action at this time.
0 commit comments