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/rcode.py | |
| parent | acc9a1dab2c1cf9d4b150b9f4f2554de54dfcf33 (diff) | |
| download | dnspython-constants2.tar.gz | |
fix case of enum namesconstants2
Diffstat (limited to 'dns/rcode.py')
| -rw-r--r-- | dns/rcode.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/rcode.py b/dns/rcode.py index 8b6562e..49fee69 100644 --- a/dns/rcode.py +++ b/dns/rcode.py @@ -137,7 +137,7 @@ def to_text(value, tsig=False): return 'BADSIG' return Rcode.to_text(value) -### BEGIN generated rcode constants +### BEGIN generated Rcode constants NOERROR = Rcode.NOERROR FORMERR = Rcode.FORMERR @@ -161,4 +161,4 @@ BADALG = Rcode.BADALG BADTRUNC = Rcode.BADTRUNC BADCOOKIE = Rcode.BADCOOKIE -### END generated rcode constants +### END generated Rcode constants |
