Doc update

This commit is contained in:
Stuart D. Gathman
2011-06-15 10:30:15 -04:00
parent a673d2332a
commit 1f89083c1a
+2 -2
View File
@@ -58,8 +58,8 @@ __all__ = [
"verify", "verify",
] ]
Relaxed = b'relaxed' Relaxed = b'relaxed' # for clients passing dkim.Relaxed
Simple = b'simple' Simple = b'simple' # for clients passing dkim.Simple
class DKIMException(Exception): class DKIMException(Exception):
"""Base class for DKIM errors.""" """Base class for DKIM errors."""