clean up typos

This commit is contained in:
David Kennedy 2023-12-14 04:46:37 -05:00
parent 0dbe1c4757
commit 2fc3d4f1c8
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 1 additions and 2 deletions

View file

@ -1613,7 +1613,7 @@ class Domain(TimeStampedModel, DomainHelper):
logger.error(e)
def _extract_data_from_response(self, data_response):
"""extract datea from response from registry"""
"""extract data from response from registry"""
data = data_response.res_data[0]
return {
"auth_info": getattr(data, "auth_info", ...),