From: Bob Halley Date: Thu, 13 Oct 2022 00:32:32 +0000 (-0700) Subject: fix doco typo X-Git-Tag: v2.3.0rc1~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e3eee153a5802883653af8ecc3eb125096a194;p=thirdparty%2Fdnspython.git fix doco typo --- 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.