Skip to content

Commit ba2a8a0

Browse files
chore(docs): update client docstring (#2152)
1 parent 724f56c commit ba2a8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openai/_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
# part of our public interface in the future.
9898
_strict_response_validation: bool = False,
9999
) -> None:
100-
"""Construct a new synchronous openai client instance.
100+
"""Construct a new synchronous OpenAI client instance.
101101
102102
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
103103
- `api_key` from `OPENAI_API_KEY`
@@ -324,7 +324,7 @@ def __init__(
324324
# part of our public interface in the future.
325325
_strict_response_validation: bool = False,
326326
) -> None:
327-
"""Construct a new async openai client instance.
327+
"""Construct a new async AsyncOpenAI client instance.
328328
329329
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
330330
- `api_key` from `OPENAI_API_KEY`

0 commit comments

Comments
 (0)