Update src/registrar/models/domain.py

Co-authored-by: Alysia <109625347+allly-b@users.noreply.github.com>
This commit is contained in:
zandercymatics 2025-03-19 07:48:42 -06:00 committed by GitHub
parent 774333a0ef
commit a059f13e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1678,7 +1678,7 @@ class Domain(TimeStampedModel, DomainHelper):
return help_text
def _disclose_fields(self, contact: PublicContact):
"""creates a disclose object that can be added to a contact Create using
"""creates a disclose object that can be added to a contact Create or Update using
.disclose= <this function> on the command before sending.
if item is security email then make sure email is visible"""
# You can find each enum here: