From: akettmann Date: Tue, 23 Jun 2015 17:41:06 +0000 (-0500) Subject: Correct some typos of "of of" X-Git-Tag: v1.13.0~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F113%2Fhead;p=thirdparty%2Fdnspython.git Correct some typos of "of of" --- 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.