summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-06-11 17:36:52 +0100
committerBob Halley <halley@nominum.com>2011-06-11 17:36:52 +0100
commit4e3f3469f49988edf827667644bc923e64179f5e (patch)
treea4c73841e5b115761102224fe420f5e4bdc98532
parent3a5ac7c1e0e2e52be8a1d1b0e41b8d29a264fc9d (diff)
downloaddnspython-4e3f3469f49988edf827667644bc923e64179f5e.tar.gz
fix typo
-rw-r--r--dns/rdataclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdataclass.py b/dns/rdataclass.py
index e69589c..eda701a 100644
--- a/dns/rdataclass.py
+++ b/dns/rdataclass.py
@@ -71,7 +71,7 @@ def from_text(text):
@param text: the text
@type text: string
@rtype: int
- @raises dns.rdataclass.UnknownRdataClass: the class is unknown
+ @raises dns.rdataclass.UnknownRdataclass: the class is unknown
@raises ValueError: the rdata class value is not >= 0 and <= 65535
"""