summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/ttl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ttl.py b/dns/ttl.py
index 4341c49..2f4d011 100644
--- a/dns/ttl.py
+++ b/dns/ttl.py
@@ -18,7 +18,7 @@
import dns.exception
class BadTTL(dns.exception.SyntaxError):
- pass
+ """DNS TTL value is not well-formed."""
def from_text(text):
"""Convert the text form of a TTL to an integer.