File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments