diff options
| author | Bob Halley <halley@dnspython.org> | 2022-10-12 17:32:32 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-10-12 17:32:32 -0700 |
| commit | 33e3eee153a5802883653af8ecc3eb125096a194 (patch) | |
| tree | 498e8667fc07df0b9b0c66b70cc897118de28c2d /dns | |
| parent | 4b67651eb5b7917803a5df450fafa42fc9e45391 (diff) | |
| download | dnspython-33e3eee153a5802883653af8ecc3eb125096a194.tar.gz | |
fix doco typo
Diffstat (limited to 'dns')
| -rw-r--r-- | dns/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/query.py b/dns/query.py index 871b67f..9d6c5f7 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. |
