summaryrefslogtreecommitdiff
path: root/dns/rdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/rdata.py')
-rw-r--r--dns/rdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdata.py b/dns/rdata.py
index 18e93cf..2da314b 100644
--- a/dns/rdata.py
+++ b/dns/rdata.py
@@ -687,7 +687,7 @@ def from_wire(rdclass, rdtype, wire, current, rdlen, origin=None):
class RdatatypeExists(dns.exception.DNSException):
"""DNS rdatatype already exists."""
supp_kwargs = {'rdclass', 'rdtype'}
- fmt = "The rdata type with class {rdclass} and rdtype {rdtype} " + \
+ fmt = "The rdata type with class {rdclass:d} and rdtype {rdtype:d} " + \
"already exists."