From 76bfd7f0ba49e6c6937b4473f867b7dfafaf2107 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 3 Aug 2020 07:00:38 -0700 Subject: fix case of enum names --- dns/edns.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/edns.py') diff --git a/dns/edns.py b/dns/edns.py index 1342d1e..199e8c4 100644 --- a/dns/edns.py +++ b/dns/edns.py @@ -352,7 +352,7 @@ def register_type(implementation, otype): _type_to_class[otype] = implementation -### BEGIN generated optiontype constants +### BEGIN generated OptionType constants NSID = OptionType.NSID DAU = OptionType.DAU @@ -365,4 +365,4 @@ KEEPALIVE = OptionType.KEEPALIVE PADDING = OptionType.PADDING CHAIN = OptionType.CHAIN -### END generated optiontype constants +### END generated OptionType constants -- cgit v1.2.1