]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Updating documentation for dns.query.xfr 10/head
authorSteve Tauber <steve@onzra.com>
Tue, 29 May 2012 22:32:32 +0000 (15:32 -0700)
committerSteve Tauber <steve@onzra.com>
Tue, 29 May 2012 22:32:32 +0000 (15:32 -0700)
dns/query.py

index c141612c4b3052f99eba91372539f6fb9a8799db..7a1b1f4941859d02a4b632744aab5cbce8138bb3 100644 (file)
@@ -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.