Skip to content

Commit c227022

Browse files
authored
docs: fix typos (#2040)
1 parent 2cb4a52 commit c227022

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

scaleway-async/scaleway_async/dedibox/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ async def create_server(
593593
) -> Service:
594594
"""
595595
Create a baremetal server.
596-
Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService.
596+
Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService.
597597
:param offer_id: Offer ID of the new server.
598598
:param server_option_ids: Server option IDs of the new server.
599599
:param zone: Zone to target. If none is passed will use default zone from the config.

scaleway-async/scaleway_async/search/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class Resource:
191191

192192
updated_at: Optional[datetime] = None
193193
"""
194-
Last udpate date.
194+
Last update date.
195195
"""
196196

197197
global_: Optional[bool] = False

scaleway/scaleway/dedibox/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def create_server(
593593
) -> Service:
594594
"""
595595
Create a baremetal server.
596-
Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService.
596+
Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService.
597597
:param offer_id: Offer ID of the new server.
598598
:param server_option_ids: Server option IDs of the new server.
599599
:param zone: Zone to target. If none is passed will use default zone from the config.

scaleway/scaleway/search/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class Resource:
191191

192192
updated_at: Optional[datetime] = None
193193
"""
194-
Last udpate date.
194+
Last update date.
195195
"""
196196

197197
global_: Optional[bool] = False

0 commit comments

Comments
 (0)