Skip to content

Commit 5b371a6

Browse files
chore(docs): update client docstring (#75)
1 parent 8f500b4 commit 5b371a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codex/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def __init__(
325325
# part of our public interface in the future.
326326
_strict_response_validation: bool = False,
327327
) -> None:
328-
"""Construct a new async Codex client instance."""
328+
"""Construct a new async AsyncCodex client instance."""
329329
self.api_key = api_key
330330

331331
self.access_key = access_key

0 commit comments

Comments
 (0)