File tree Expand file tree Collapse file tree
scaleway-async/scaleway_async Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments