From 08e03cc0ee4911fbad029bd4703db89fa6324353 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 11 Jun 2011 17:36:25 +0100 Subject: [PATCH] fix typo --- dns/rdataclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """