summaryrefslogtreecommitdiff
path: root/dns/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/query.py')
-rw-r--r--dns/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/query.py b/dns/query.py
index c141612..7a1b1f4 100644
--- a/dns/query.py
+++ b/dns/query.py
@@ -339,7 +339,7 @@ def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN,
dns.rdatatype.AXFR.
@type rdtype: int or string
@param rdclass: The class of the zone transfer. The default is
- dns.rdatatype.IN.
+ dns.rdataclass.IN.
@type rdclass: int or string
@param timeout: The number of seconds to wait for each response message.
If None, the default, wait forever.