diff options
Diffstat (limited to 'dns/edns.py')
-rw-r--r-- | dns/edns.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |