summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-09-21 09:03:51 -0700
committerBob Halley <halley@dnspython.org>2021-09-21 09:03:51 -0700
commit01a76e7f969ee62dd634771fc63507c3735d8890 (patch)
tree803657d18d2f8d58eb13cb152eb572355d6633c4
parent940045eb2ae70029d6c93b59b95352e1a036e92f (diff)
downloaddnspython-01a76e7f969ee62dd634771fc63507c3735d8890.tar.gz
change the RFC cite for CERT
-rw-r--r--dns/rdtypes/ANY/CERT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdtypes/ANY/CERT.py b/dns/rdtypes/ANY/CERT.py
index f2483c2..f35ce3a 100644
--- a/dns/rdtypes/ANY/CERT.py
+++ b/dns/rdtypes/ANY/CERT.py
@@ -70,7 +70,7 @@ class CERT(dns.rdata.Rdata):
"""CERT record"""
- # see RFC 2538
+ # see RFC 4398
__slots__ = ['certificate_type', 'key_tag', 'algorithm', 'certificate']