From 6c6130954d578e2a14300074c0c49290ee878e43 Mon Sep 17 00:00:00 2001 From: akettmann Date: Tue, 23 Jun 2015 12:41:06 -0500 Subject: [PATCH] Correct some typos of "of of" --- dns/query.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns/query.py b/dns/query.py index ba5fb831..ad6dffdd 100644 --- a/dns/query.py +++ b/dns/query.py @@ -184,7 +184,7 @@ def udp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, @param port: The port to which to send the message. The default is 53. @type port: int @param af: the address family to use. The default is None, which - causes the address family to use to be inferred from the form of of where. + causes the address family to use to be inferred from the form of where. If the inference attempt fails, AF_INET is used. @type af: int @rtype: dns.message.Message object @@ -284,7 +284,7 @@ def tcp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, @param port: The port to which to send the message. The default is 53. @type port: int @param af: the address family to use. The default is None, which - causes the address family to use to be inferred from the form of of where. + causes the address family to use to be inferred from the form of where. If the inference attempt fails, AF_INET is used. @type af: int @rtype: dns.message.Message object @@ -359,7 +359,7 @@ def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN, the one specified to dns.zone.from_xfr(). @type relativize: bool @param af: the address family to use. The default is None, which - causes the address family to use to be inferred from the form of of where. + causes the address family to use to be inferred from the form of where. If the inference attempt fails, AF_INET is used. @type af: int @param lifetime: The total number of seconds to spend doing the transfer. -- 2.47.3