]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix async quic() doco.
authorBob Halley <halley@dnspython.org>
Fri, 16 Dec 2022 21:54:05 +0000 (13:54 -0800)
committerBob Halley <halley@dnspython.org>
Fri, 16 Dec 2022 21:54:05 +0000 (13:54 -0800)
dns/asyncquery.py

index 8c77bb9c01ae8639caf09408a57e40edc08e0c96..459c611d27dc47363ce4005582e73fb1a0cfd991 100644 (file)
@@ -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.
     """