From f22e642b14e08d8b479813c61f31d1e042952035 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 31 May 2012 09:19:27 +0100 Subject: [PATCH] merge rdclass default value doco fix --- dns/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3