]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Improve EDECode description.
authorBrian Wellington <bwelling@xbill.org>
Fri, 23 May 2025 19:53:03 +0000 (12:53 -0700)
committerBrian Wellington <bwelling@xbill.org>
Fri, 23 May 2025 19:53:03 +0000 (12:53 -0700)
dns/edns.py

index 8eebf9018a45982d4c36456f3866218553884b58..3b5599c4dc7ef95dca393dda0367f3675b7cb5cc 100644 (file)
@@ -328,7 +328,7 @@ class ECSOption(Option):  # lgtm[py/missing-equals]
 
 
 class EDECode(dns.enum.IntEnum):
-    """DNS EDE codes"""
+    """Extended DNS Error (EDE) codes"""
 
     OTHER = 0
     UNSUPPORTED_DNSKEY_ALGORITHM = 1