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(
1569
1569
"""
1570
1570
Retry the inbound transfer of a domain.
1571
1571
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 .
1573
1573
:param project_id: The project ID to associated with the inbound transfer.
1574
1574
:param auth_code: An optional new auth code to replace the previous one for the retry.
1575
1575
:return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`
Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
1681
1681
class RegistrarApiRetryInboundTransferRequest :
1682
1682
domain : str
1683
1683
"""
1684
- The domain being transfered .
1684
+ The domain being transferred .
1685
1685
"""
1686
1686
1687
1687
project_id : Optional [str ] = None
Original file line number Diff line number Diff line change @@ -1567,7 +1567,7 @@ def retry_inbound_transfer(
1567
1567
"""
1568
1568
Retry the inbound transfer of a domain.
1569
1569
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 .
1571
1571
:param project_id: The project ID to associated with the inbound transfer.
1572
1572
:param auth_code: An optional new auth code to replace the previous one for the retry.
1573
1573
:return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`
Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
1681
1681
class RegistrarApiRetryInboundTransferRequest :
1682
1682
domain : str
1683
1683
"""
1684
- The domain being transfered .
1684
+ The domain being transferred .
1685
1685
"""
1686
1686
1687
1687
project_id : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments