Navigation Menu

Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Halley committed Jun 11, 2011
1 parent 1d5db6c commit 08e03cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/rdataclass.py
Expand Up @@ -74,7 +74,7 @@ def from_text(text):
@param text: the text @param text: the text
@type text: string @type text: string
@rtype: int @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 @raises ValueError: the rdata class value is not >= 0 and <= 65535
""" """


Expand Down

0 comments on commit 08e03cc

Please sign in to comment.