From a8a6bf34f795681764415bc16865b76487f99c21 Mon Sep 17 00:00:00 2001 From: Steve Tauber Date: Tue, 29 May 2012 15:32:32 -0700 Subject: [PATCH] Updating documentation for dns.query.xfr --- dns/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/query.py b/dns/query.py index c141612c..7a1b1f49 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. -- 2.47.3