Skip to content

Commit b2201f1

Browse files
chore(docs): update client docstring (#129)
1 parent 5e2932f commit b2201f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browserbase/_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def __init__(
254254
# part of our public interface in the future.
255255
_strict_response_validation: bool = False,
256256
) -> None:
257-
"""Construct a new async Browserbase client instance.
257+
"""Construct a new async AsyncBrowserbase client instance.
258258
259259
This automatically infers the `api_key` argument from the `BROWSERBASE_API_KEY` environment variable if it is not provided.
260260
"""

0 commit comments

Comments
 (0)