mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
updated comment
This commit is contained in:
parent
eed9dc291d
commit
128efb6a54
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
@Cache
|
||||
def registry_expiration_date(self) -> date:
|
||||
"""Get or set the `ex_date` element from the registry.
|
||||
Additionally, update the expiration date in the registrar"""
|
||||
Additionally, _get_property updates the expiration date in the registrar"""
|
||||
try:
|
||||
return self._get_property("ex_date")
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue