]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix documentation cut and paste error.
authorBrian Wellington <bwelling@xbill.org>
Mon, 11 May 2020 16:04:08 +0000 (09:04 -0700)
committerBrian Wellington <bwelling@xbill.org>
Mon, 11 May 2020 16:04:08 +0000 (09:04 -0700)
dns/query.py

index 4559ba136e64ec73e4c8421f2df7f0e28e19b23c..bae0136031402292643dbe3ea1216f794f06d5e6 100644 (file)
@@ -757,8 +757,8 @@ def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN,
         use_udp=False, keyalgorithm=dns.tsig.default_algorithm):
     """Return a generator for the responses to a zone transfer.
 
-    *where*.  If the inference attempt fails, AF_INET is used.  This
-    parameter is historical; you need never set it.
+    *where*, a ``str`` containing an IPv4 or IPv6 address,  where
+    to send the message.
 
     *zone*, a ``dns.name.Name`` or ``str``, the name of the zone to transfer.