diff options
Diffstat (limited to 'dns/update.py')
-rw-r--r-- | dns/update.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/update.py b/dns/update.py index 227d74f..a541af2 100644 --- a/dns/update.py +++ b/dns/update.py @@ -309,11 +309,11 @@ class UpdateMessage(dns.message.Message): # backwards compatibility Update = UpdateMessage -### BEGIN generated updatesection constants +### BEGIN generated UpdateSection constants ZONE = UpdateSection.ZONE PREREQ = UpdateSection.PREREQ UPDATE = UpdateSection.UPDATE ADDITIONAL = UpdateSection.ADDITIONAL -### END generated updatesection constants +### END generated UpdateSection constants |