From a059f13e36984be5bd0a2a564c24d615b389ad97 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:48:42 -0600 Subject: [PATCH] Update src/registrar/models/domain.py Co-authored-by: Alysia <109625347+allly-b@users.noreply.github.com> --- src/registrar/models/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py index 6d700b884..faa9ec6b6 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -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= on the command before sending. if item is security email then make sure email is visible""" # You can find each enum here: