From: Bob Halley Date: Thu, 31 May 2012 08:19:27 +0000 (+0100) Subject: merge rdclass default value doco fix X-Git-Tag: v1.11.0-py3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22e642b14e08d8b479813c61f31d1e042952035;p=thirdparty%2Fdnspython.git merge rdclass default value doco fix --- diff --git a/dns/query.py b/dns/query.py index 2148df0f..2dc3f804 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.