File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
scaleway-async/scaleway_async/domain/v2beta1
scaleway/scaleway/domain/v2beta1 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1569,7 +1569,7 @@ async def retry_inbound_transfer(
15691569 """
15701570 Retry the inbound transfer of a domain.
15711571 Request a retry for the transfer of a domain from another registrar to Scaleway Domains and DNS.
1572- :param domain: The domain being transfered .
1572+ :param domain: The domain being transferred .
15731573 :param project_id: The project ID to associated with the inbound transfer.
15741574 :param auth_code: An optional new auth code to replace the previous one for the retry.
15751575 :return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`
Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
16811681class RegistrarApiRetryInboundTransferRequest :
16821682 domain : str
16831683 """
1684- The domain being transfered .
1684+ The domain being transferred .
16851685 """
16861686
16871687 project_id : Optional [str ] = None
Original file line number Diff line number Diff line change @@ -1567,7 +1567,7 @@ def retry_inbound_transfer(
15671567 """
15681568 Retry the inbound transfer of a domain.
15691569 Request a retry for the transfer of a domain from another registrar to Scaleway Domains and DNS.
1570- :param domain: The domain being transfered .
1570+ :param domain: The domain being transferred .
15711571 :param project_id: The project ID to associated with the inbound transfer.
15721572 :param auth_code: An optional new auth code to replace the previous one for the retry.
15731573 :return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`
Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
16811681class RegistrarApiRetryInboundTransferRequest :
16821682 domain : str
16831683 """
1684- The domain being transfered .
1684+ The domain being transferred .
16851685 """
16861686
16871687 project_id : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments