summaryrefslogtreecommitdiff
path: root/passlib/context.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-06-29 17:15:04 -0400
committerEli Collins <elic@assurancetechnologies.com>2016-06-29 17:15:04 -0400
commit7acc51a866fe110580730970fafae0c5cae0a47d (patch)
tree13b67830d3f21bddf70134cc4f059823ebafc711 /passlib/context.py
parentda7c0c06de9d68d4319794858e2cad82f3f3f695 (diff)
downloadpasslib-7acc51a866fe110580730970fafae0c5cae0a47d.tar.gz
bugfix: typo in passlib.context
Diffstat (limited to 'passlib/context.py')
-rw-r--r--passlib/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/context.py b/passlib/context.py
index c1c6ce9..6fbab16 100644
--- a/passlib/context.py
+++ b/passlib/context.py
@@ -2387,7 +2387,7 @@ class CryptContext(object):
# ``context.handler(scheme).hash()`` would work,
# but may deprecate .handler() in passlib 1.8.
warn("CryptContext.hash(): 'scheme' keyword is deprecated as of "
- "Passlib 1.7, and will be removed in Passlib 2.0"
+ "Passlib 1.7, and will be removed in Passlib 2.0",
DeprecationWarning)
record = self._get_record(scheme, category)
strip_unused = self._strip_unused_context_kwds