]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@nominum.com>
Sat, 11 Jun 2011 16:36:52 +0000 (17:36 +0100)
committerBob Halley <halley@nominum.com>
Sat, 11 Jun 2011 16:36:52 +0000 (17:36 +0100)
dns/rdataclass.py

index e69589c62716e16b8c354fd9ae51170901b9846f..eda701a542e3329fa5762bb969007424bd5f434c 100644 (file)
@@ -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
     """