From 8a5010ebff8a174a6214da4425020e5ffb5885de Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:59:30 -0500 Subject: [PATCH] resolve func docs - fix `lifetime` var rendering --- dns/resolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/resolver.py b/dns/resolver.py index 5dc2761a..a4b4868e 100644 --- a/dns/resolver.py +++ b/dns/resolver.py @@ -1024,7 +1024,7 @@ class Resolver(BaseResolver): *source_port*, an ``int``, the port from which to send the message. *lifetime*, a ``float``, how many seconds a query should run - before timing out. + before timing out. *search*, a ``bool`` or ``None``, determines whether the search list configured in the system's resolver configuration -- 2.47.3