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

index 14f769fd0607973147ef42f4afda3919228280e5..7601e70c3a47ba3e51264381105d71864375d20d 100644 (file)
@@ -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
     """