summaryrefslogtreecommitdiff
path: root/dns/exception.py
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-05-26 23:40:29 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-05-26 23:40:29 +0200
commit7c027386b5c85121d256e5dbec0a29be974ed9cf (patch)
tree8c11a2fc85d17c3fe4be19a369acf27618ee6c7e /dns/exception.py
parent6e652fa09f9b9383a34d0a91e882e28b730a4aa6 (diff)
downloaddnspython-7c027386b5c85121d256e5dbec0a29be974ed9cf.tar.gz
Fix typos
Diffstat (limited to 'dns/exception.py')
-rw-r--r--dns/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/exception.py b/dns/exception.py
index 799d53a..62fbe2c 100644
--- a/dns/exception.py
+++ b/dns/exception.py
@@ -34,7 +34,7 @@ class DNSException(Exception):
In the new mode *args has to be empty and all kwargs has to exactly match
set in class variable self.supp_kwargs. All kwargs are stored inside
self.kwargs and used in new __str__ implementation to construct
- formated message based on self.fmt string.
+ formatted message based on self.fmt string.
In the simplest case it is enough to override supp_kwargs and fmt
class variables to get nice parametrized messages.