diff options
| -rw-r--r-- | dns/ttl.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
