From: Bob Halley Date: Sat, 11 Jun 2011 16:36:25 +0000 (+0100) Subject: fix typo X-Git-Tag: v1.10.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e03cc0ee4911fbad029bd4703db89fa6324353;p=thirdparty%2Fdnspython.git fix typo --- diff --git a/dns/rdataclass.py b/dns/rdataclass.py index 14f769fd..7601e70c 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 """