summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-11-27 17:42:31 -0800
committerBob Halley <halley@dnspython.org>2022-11-27 17:42:31 -0800
commit0d6f2fab3827cb8cfe74babbea64288049cde699 (patch)
tree6f902442bf8b7d46d19bb7823664ecf475076fda /dns
parent2441f606ce1bb6b4e49428ca6ba155166fcd070a (diff)
downloaddnspython-0d6f2fab3827cb8cfe74babbea64288049cde699.tar.gz
Basic SVCB and HTTPS doco.
Diffstat (limited to 'dns')
-rw-r--r--dns/rdtypes/svcbbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdtypes/svcbbase.py b/dns/rdtypes/svcbbase.py
index b7e7a85..8d6fb1c 100644
--- a/dns/rdtypes/svcbbase.py
+++ b/dns/rdtypes/svcbbase.py
@@ -429,7 +429,7 @@ class SVCBBase(dns.rdata.Rdata):
"""Base class for SVCB-like records"""
- # see: draft-ietf-dnsop-svcb-https-01
+ # see: draft-ietf-dnsop-svcb-https-11
__slots__ = ["priority", "target", "params"]