]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
specify seconds for lifetime in Resolver.query() 383/head
authorkimbo <kimballleavitt@gmail.com>
Thu, 25 Jul 2019 00:11:00 +0000 (20:11 -0400)
committerkimbo <kimballleavitt@gmail.com>
Thu, 25 Jul 2019 00:11:00 +0000 (20:11 -0400)
dns/resolver.py

index 63326ffed8969a36487e4a53ca9e8e93be28ece2..cecc3749f0844975668575ca00e008f73f8fe754 100644 (file)
@@ -822,7 +822,7 @@ class Resolver(object):
 
         *source_port*, an ``int``, the port from which to send the message.
 
-        *lifetime*, a ``float``, how long query should run before timing out.
+        *lifetime*, a ``float``, how many seconds a query should run before timing out.
 
         Raises ``dns.exception.Timeout`` if no answers could be found
         in the specified lifetime.