]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix doco typo 842/head
authorBob Halley <halley@dnspython.org>
Thu, 13 Oct 2022 00:32:32 +0000 (17:32 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 13 Oct 2022 00:32:32 +0000 (17:32 -0700)
dns/query.py

index 871b67f40b46050e1e82ffa62f710fd5067d92ca..9d6c5f73e624f8c89eae36938fa220dd69666b8f 100644 (file)
@@ -1086,7 +1086,7 @@ def quic(
     *timeout*, a ``float`` or ``None``, the number of seconds to wait before the query
     times out. If ``None``, the default, wait forever.
 
-    *port*, a ``int``, the port to send the query to. The default is 443.
+    *port*, a ``int``, the port to send the query to. The default is 853.
 
     *source*, a ``str`` containing an IPv4 or IPv6 address, specifying the source
     address.  The default is the wildcard address.