diff options
author | Bob Halley <halley@dnspython.org> | 2020-08-03 07:00:38 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2020-08-03 07:00:38 -0700 |
commit | 76bfd7f0ba49e6c6937b4473f867b7dfafaf2107 (patch) | |
tree | 550e0bf9c170c4d297c49556f157c5a3d2dbb633 /dns/update.py | |
parent | acc9a1dab2c1cf9d4b150b9f4f2554de54dfcf33 (diff) | |
download | dnspython-constants2.tar.gz |
fix case of enum namesconstants2
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 |