From: Steve Tauber Date: Tue, 29 May 2012 22:32:32 +0000 (-0700) Subject: Updating documentation for dns.query.xfr X-Git-Tag: v1.11.0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10%2Fhead;p=thirdparty%2Fdnspython.git Updating documentation for dns.query.xfr --- 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.