summaryrefslogtreecommitdiff
path: root/lib/dnspython/dns/rdataclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnspython/dns/rdataclass.py')
-rw-r--r--lib/dnspython/dns/rdataclass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dnspython/dns/rdataclass.py b/lib/dnspython/dns/rdataclass.py
index 887fd1ad6b..7601e70c3a 100644
--- a/lib/dnspython/dns/rdataclass.py
+++ b/lib/dnspython/dns/rdataclass.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
@@ -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
"""