Skip to content

Commit cd68881

Browse files
chore(docs): update client docstring (#274)
1 parent 362a2f9 commit cd68881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/onebusaway/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)