]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
change the RFC cite for CERT
authorBob Halley <halley@dnspython.org>
Tue, 21 Sep 2021 16:03:51 +0000 (09:03 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 21 Sep 2021 16:03:51 +0000 (09:03 -0700)
dns/rdtypes/ANY/CERT.py

index f2483c209ee1f4623868624f90be426e068f1027..f35ce3adf9de941dea0074cf9b841c13b6f5b229 100644 (file)
@@ -70,7 +70,7 @@ class CERT(dns.rdata.Rdata):
 
     """CERT record"""
 
-    # see RFC 2538
+    # see RFC 4398
 
     __slots__ = ['certificate_type', 'key_tag', 'algorithm', 'certificate']