changed comment

This commit is contained in:
Alysia Broddrick 2023-10-11 09:13:00 -07:00
parent c66813100e
commit 72c238c00e
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -295,7 +295,7 @@ class Domain(TimeStampedModel, DomainHelper):
"""Checks the parameters past for a valid combination
raises error if:
- nameserver is a subdomain but is missing ip
- nameserver is not a subdomain but is missing ip
- nameserver is not a subdomain but has ip
- nameserver is a subdomain but an ip passed is invalid
Args: