We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f500b4 commit 5b371a6Copy full SHA for 5b371a6
1 file changed
src/codex/_client.py
@@ -325,7 +325,7 @@ def __init__(
325
# part of our public interface in the future.
326
_strict_response_validation: bool = False,
327
) -> None:
328
- """Construct a new async Codex client instance."""
+ """Construct a new async AsyncCodex client instance."""
329
self.api_key = api_key
330
331
self.access_key = access_key
0 commit comments