From: Bob Halley Date: Fri, 16 Dec 2022 21:54:05 +0000 (-0800) Subject: Fix async quic() doco. X-Git-Tag: v2.3.0rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7be26945a748d12373b9285c3914375f59170b;p=thirdparty%2Fdnspython.git Fix async quic() doco. --- 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. """