From 0f4bd163cb0042997c4592282045e3eb489fbb9c Mon Sep 17 00:00:00 2001 From: asaki222 Date: Tue, 29 Oct 2024 16:11:12 -0400 Subject: [PATCH] made changes to the text description for the new property methods --- src/registrar/models/domain_request.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/models/domain_request.py b/src/registrar/models/domain_request.py index 46c6b81e8..67e38111c 100644 --- a/src/registrar/models/domain_request.py +++ b/src/registrar/models/domain_request.py @@ -1333,8 +1333,7 @@ class DomainRequest(TimeStampedModel): return False return True - """the following converted_ property methods get their respective field names from portfolio, - if the domain request has a portfolio. if it does not, it will get the info from the model itself.""" + """The following converted_ property methods get field data from this domain request's portfolio, if there is an associated portfolio. If not, they return data from the domain request model.""" @property def converted_organization_name(self):