From 4e3f3469f49988edf827667644bc923e64179f5e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 11 Jun 2011 17:36:52 +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 e69589c6..eda701a5 100644 --- a/dns/rdataclass.py +++ b/dns/rdataclass.py @@ -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 """ -- 2.47.3