Fix typo in comment in domain

This commit is contained in:
Erin 2024-01-17 15:31:57 -08:00
parent 595c2f8d80
commit 71f6c8e3ae
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -1396,7 +1396,7 @@ class Domain(TimeStampedModel, DomainHelper):
def _disclose_fields(self, contact: PublicContact):
"""creates a disclose object that can be added to a contact Create using
.disclose= <this function> on the command before sending.
if item is security email then make sure email is visable"""
if item is security email then make sure email is visible"""
is_security = contact.contact_type == contact.ContactTypeChoices.SECURITY
DF = epp.DiscloseField
fields = {DF.EMAIL}