File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def __init__(
82
82
# part of our public interface in the future.
83
83
_strict_response_validation : bool = False ,
84
84
) -> None :
85
- """Construct a new synchronous gitpod client instance.
85
+ """Construct a new synchronous Gitpod client instance.
86
86
87
87
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
88
88
"""
@@ -270,7 +270,7 @@ def __init__(
270
270
# part of our public interface in the future.
271
271
_strict_response_validation : bool = False ,
272
272
) -> None :
273
- """Construct a new async gitpod client instance.
273
+ """Construct a new async AsyncGitpod client instance.
274
274
275
275
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
276
276
"""
You can’t perform that action at this time.
0 commit comments