From 33e3eee153a5802883653af8ecc3eb125096a194 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 12 Oct 2022 17:32:32 -0700 Subject: [PATCH] fix doco typo --- dns/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/query.py b/dns/query.py index 871b67f4..9d6c5f73 100644 --- a/dns/query.py +++ b/dns/query.py @@ -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. -- 2.47.3