summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/dnsutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/dnsutil.py b/ipapython/dnsutil.py
index 6aa0e0772..aca506120 100644
--- a/ipapython/dnsutil.py
+++ b/ipapython/dnsutil.py
@@ -321,7 +321,7 @@ def resolve_rrsets(fqdn, rdtypes):
def resolve_ip_addresses(fqdn):
- """Get IP addresses from DNS A/AAAA records for given host.
+ """Get IP addresses from DNS A/AAAA records for given host (using DNS).
:returns:
list of IP addresses as CheckedIPAddress objects
"""