From: Brian Wellington Date: Fri, 23 May 2025 19:53:03 +0000 (-0700) Subject: Improve EDECode description. X-Git-Tag: v2.8.0rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85f004f7325475dcddd20b4cb297fdedb04c95a;p=thirdparty%2Fdnspython.git Improve EDECode description. --- diff --git a/dns/edns.py b/dns/edns.py index 8eebf901..3b5599c4 100644 --- a/dns/edns.py +++ b/dns/edns.py @@ -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