Skip to content

Commit

Permalink
chore(docs): update client docstring (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 28, 2025
1 parent cfce519 commit 65a92c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gitpod/_client.py
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new synchronous gitpod client instance.
"""Construct a new synchronous Gitpod client instance.
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
"""
@@ -270,7 +270,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new async gitpod client instance.
"""Construct a new async AsyncGitpod client instance.
This automatically infers the `bearer_token` argument from the `GITPOD_API_KEY` environment variable if it is not provided.
"""

0 comments on commit 65a92c5

Please sign in to comment.