Skip to content

Commit 65a92c5

Browse files
chore(docs): update client docstring (#68)
1 parent cfce519 commit 65a92c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitpod/_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
# part of our public interface in the future.
8383
_strict_response_validation: bool = False,
8484
) -> None:
85-
"""Construct a new synchronous gitpod client instance.
85+
"""Construct a new synchronous Gitpod client instance.
8686
8787
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
8888
"""
@@ -270,7 +270,7 @@ def __init__(
270270
# part of our public interface in the future.
271271
_strict_response_validation: bool = False,
272272
) -> None:
273-
"""Construct a new async gitpod client instance.
273+
"""Construct a new async AsyncGitpod client instance.
274274
275275
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
276276
"""

0 commit comments

Comments
 (0)