Skip to content

Commit b153ee9

Browse files
authored
docs(functions): improve documentation (#167)
1 parent fbd6b49 commit b153ee9

File tree

2 files changed

+4
-6
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@
101101

102102
class FunctionV1Beta1API(API):
103103
"""
104-
Functions API.
104+
Serverless Functions API.
105105
106-
Serverless functions API.
107-
Functions API.
106+
Serverless Functions API.
108107
"""
109108

110109
async def list_namespaces(

scaleway/scaleway/function/v1beta1/api.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@
101101

102102
class FunctionV1Beta1API(API):
103103
"""
104-
Functions API.
104+
Serverless Functions API.
105105
106-
Serverless functions API.
107-
Functions API.
106+
Serverless Functions API.
108107
"""
109108

110109
def list_namespaces(

0 commit comments

Comments
 (0)