We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2932f commit b2201f1Copy full SHA for b2201f1
src/browserbase/_client.py
@@ -254,7 +254,7 @@ def __init__(
254
# part of our public interface in the future.
255
_strict_response_validation: bool = False,
256
) -> None:
257
- """Construct a new async Browserbase client instance.
+ """Construct a new async AsyncBrowserbase client instance.
258
259
This automatically infers the `api_key` argument from the `BROWSERBASE_API_KEY` environment variable if it is not provided.
260
"""
0 commit comments