summaryrefslogtreecommitdiff
path: root/dns/rcode.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/rcode.py
parent6e652fa09f9b9383a34d0a91e882e28b730a4aa6 (diff)
downloaddnspython-7c027386b5c85121d256e5dbec0a29be974ed9cf.tar.gz
Fix typos
Diffstat (limited to 'dns/rcode.py')
-rw-r--r--dns/rcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rcode.py b/dns/rcode.py
index 698ad25..314815f 100644
--- a/dns/rcode.py
+++ b/dns/rcode.py
@@ -62,7 +62,7 @@ class UnknownRcode(dns.exception.DNSException):
def from_text(text):
"""Convert text into an rcode.
- @param text: the texual rcode
+ @param text: the textual rcode
@type text: string
@raises UnknownRcode: the rcode is unknown
@rtype: int