summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-06-11 17:36:25 +0100
committerBob Halley <halley@nominum.com>2011-06-11 17:36:25 +0100
commit08e03cc0ee4911fbad029bd4703db89fa6324353 (patch)
tree49d6830b5d80410a89689201b331f7eb74c06ed4
parent1d5db6c76827aa9c106d63babe1f4d797ab26c81 (diff)
downloaddnspython-08e03cc0ee4911fbad029bd4703db89fa6324353.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 14f769f..7601e70 100644
--- a/dns/rdataclass.py
+++ b/dns/rdataclass.py
@@ -74,7 +74,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
"""