Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/cockpit/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def reset_cockpit_grafana(
project_id: Optional[str] = None,
) -> Cockpit:
"""
Reset the Grafana your cockpit associated with the given project ID.
Reset the Grafana of your cockpit associated with the given project ID.
:param project_id:
:return: :class:`Cockpit <Cockpit>`

Expand Down Expand Up @@ -219,7 +219,7 @@ async def create_token(
scopes: Optional[TokenScopes] = None,
) -> Token:
"""
Create token associated with the given project ID.
Create a token associated with the given project ID.
:param project_id:
:param name:
:param scopes:
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/cockpit/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def reset_cockpit_grafana(
project_id: Optional[str] = None,
) -> Cockpit:
"""
Reset the Grafana your cockpit associated with the given project ID.
Reset the Grafana of your cockpit associated with the given project ID.
:param project_id:
:return: :class:`Cockpit <Cockpit>`

Expand Down Expand Up @@ -219,7 +219,7 @@ def create_token(
scopes: Optional[TokenScopes] = None,
) -> Token:
"""
Create token associated with the given project ID.
Create a token associated with the given project ID.
:param project_id:
:param name:
:param scopes:
Expand Down