summaryrefslogtreecommitdiff
path: root/passlib/ifc.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/ifc.py')
-rw-r--r--passlib/ifc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/ifc.py b/passlib/ifc.py
index 606fd05..7adf665 100644
--- a/passlib/ifc.py
+++ b/passlib/ifc.py
@@ -91,7 +91,7 @@ class PasswordHash(object):
@abstractmethod
def hash(cls, secret, # *
**setting_and_context_kwds): # pragma: no cover -- abstract method
- """
+ r"""
Hash secret, returning result.
Should handle generating salt, etc, and should return string
containing identifier, salt & other configuration, as well as digest.