Skip to content

Commit fc65da7

Browse files
authored
docs(functions): correct typo (#196)
1 parent cbd6a5e commit fc65da7

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ async def create_namespace(
281281
) -> Namespace:
282282
"""
283283
Create a new namespace.
284-
Create a new namespace in a specified Organization or Proejct.
284+
Create a new namespace in a specified Organization or Project.
285285
:param region: Region to target. If none is passed will use default region from the config.
286286
:param name:
287287
:param environment_variables: Environment variables of the namespace.

scaleway/scaleway/function/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def create_namespace(
279279
) -> Namespace:
280280
"""
281281
Create a new namespace.
282-
Create a new namespace in a specified Organization or Proejct.
282+
Create a new namespace in a specified Organization or Project.
283283
:param region: Region to target. If none is passed will use default region from the config.
284284
:param name:
285285
:param environment_variables: Environment variables of the namespace.

0 commit comments

Comments
 (0)