diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2016-05-26 23:40:29 +0200 |
|---|---|---|
| committer | Jakub Wilk <jwilk@jwilk.net> | 2016-05-26 23:40:29 +0200 |
| commit | 7c027386b5c85121d256e5dbec0a29be974ed9cf (patch) | |
| tree | 8c11a2fc85d17c3fe4be19a369acf27618ee6c7e /dns/rcode.py | |
| parent | 6e652fa09f9b9383a34d0a91e882e28b730a4aa6 (diff) | |
| download | dnspython-7c027386b5c85121d256e5dbec0a29be974ed9cf.tar.gz | |
Fix typos
Diffstat (limited to 'dns/rcode.py')
| -rw-r--r-- | dns/rcode.py | 2 |
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 |
