File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/webhosting/v1alpha1
scaleway/scaleway/webhosting/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ async def restore_hosting(
359359 region : Optional [Region ] = None ,
360360 ) -> Hosting :
361361 """
362- Retore a hosting.
362+ Restore a hosting.
363363 Restore a hosting with the given ID.
364364 :param region: Region to target. If none is passed will use default region from the config.
365365 :param hosting_id: Hosting ID.
@@ -392,7 +392,7 @@ async def get_domain_dns_records(
392392 ) -> DnsRecords :
393393 """
394394 Get the DNS records.
395- Get the DNS records of a specified domain.
395+ The set of DNS record of a specific domain associated to a hosting .
396396 :param region: Region to target. If none is passed will use default region from the config.
397397 :param domain: Domain associated to the DNS records.
398398 :return: :class:`DnsRecords <DnsRecords>`
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ def restore_hosting(
359359 region : Optional [Region ] = None ,
360360 ) -> Hosting :
361361 """
362- Retore a hosting.
362+ Restore a hosting.
363363 Restore a hosting with the given ID.
364364 :param region: Region to target. If none is passed will use default region from the config.
365365 :param hosting_id: Hosting ID.
@@ -392,7 +392,7 @@ def get_domain_dns_records(
392392 ) -> DnsRecords :
393393 """
394394 Get the DNS records.
395- Get the DNS records of a specified domain.
395+ The set of DNS record of a specific domain associated to a hosting .
396396 :param region: Region to target. If none is passed will use default region from the config.
397397 :param domain: Domain associated to the DNS records.
398398 :return: :class:`DnsRecords <DnsRecords>`
You can’t perform that action at this time.
0 commit comments