]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
merge rdclass default value doco fix
authorBob Halley <halley@nominum.com>
Thu, 31 May 2012 08:19:27 +0000 (09:19 +0100)
committerBob Halley <halley@nominum.com>
Thu, 31 May 2012 08:19:27 +0000 (09:19 +0100)
dns/query.py

index 2148df0fd187846ff659d8b71aff1eb14618770b..2dc3f804333d4ea71c95c97ae7ef347e3ee0817f 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.