From 9f7be26945a748d12373b9285c3914375f59170b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 16 Dec 2022 13:54:05 -0800 Subject: [PATCH] Fix async quic() doco. --- dns/asyncquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/asyncquery.py b/dns/asyncquery.py index 8c77bb9c..459c611d 100644 --- a/dns/asyncquery.py +++ b/dns/asyncquery.py @@ -697,7 +697,7 @@ async def quic( *backend*, a ``dns.asyncbackend.Backend``, or ``None``. If ``None``, the default, then dnspython will use the default backend. - See :py:func:`dns.query.doq()` for the documentation of the other + See :py:func:`dns.query.quic()` for the documentation of the other parameters, exceptions, and return type of this method. """ -- 2.47.3