Update domain.py

This commit is contained in:
zandercymatics 2023-10-02 13:32:29 -06:00
parent 2659927795
commit f89578d821
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -370,7 +370,7 @@ class Domain(TimeStampedModel, DomainHelper):
@Cache
def administrative_contact(self) -> PublicContact | None:
"""Get or set the admin contact for this domain."""
"""Get the admin contact for this domain."""
admin = PublicContact.ContactTypeChoices.ADMINISTRATIVE
return self.generic_contact_getter(admin)