Skip to content

Commit 6fe0d98

Browse files
authored
docs(cockpit): update documentation (#65)
1 parent 5566483 commit 6fe0d98

File tree

2 files changed

+4
-4
lines changed
  • scaleway-async/scaleway_async/cockpit/v1beta1
  • scaleway/scaleway/cockpit/v1beta1

2 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/cockpit/v1beta1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def reset_cockpit_grafana(
187187
project_id: Optional[str] = None,
188188
) -> Cockpit:
189189
"""
190-
Reset the Grafana your cockpit associated with the given project ID.
190+
Reset the Grafana of your cockpit associated with the given project ID.
191191
:param project_id:
192192
:return: :class:`Cockpit <Cockpit>`
193193
@@ -219,7 +219,7 @@ async def create_token(
219219
scopes: Optional[TokenScopes] = None,
220220
) -> Token:
221221
"""
222-
Create token associated with the given project ID.
222+
Create a token associated with the given project ID.
223223
:param project_id:
224224
:param name:
225225
:param scopes:

scaleway/scaleway/cockpit/v1beta1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def reset_cockpit_grafana(
187187
project_id: Optional[str] = None,
188188
) -> Cockpit:
189189
"""
190-
Reset the Grafana your cockpit associated with the given project ID.
190+
Reset the Grafana of your cockpit associated with the given project ID.
191191
:param project_id:
192192
:return: :class:`Cockpit <Cockpit>`
193193
@@ -219,7 +219,7 @@ def create_token(
219219
scopes: Optional[TokenScopes] = None,
220220
) -> Token:
221221
"""
222-
Create token associated with the given project ID.
222+
Create a token associated with the given project ID.
223223
:param project_id:
224224
:param name:
225225
:param scopes:

0 commit comments

Comments
 (0)