summaryrefslogtreecommitdiff
path: root/passlib/context.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-06-20 16:54:02 -0400
committerEli Collins <elic@assurancetechnologies.com>2016-06-20 16:54:02 -0400
commit23b30718c6577317c926f904d2e9cd06900d3f66 (patch)
tree326cb0d5a3b5c4dbd61e7b97c01bf9b14acf9b12 /passlib/context.py
parent47ce6180c802f03c4436cbbf7cfccf96d65626f4 (diff)
downloadpasslib-23b30718c6577317c926f904d2e9cd06900d3f66.tar.gz
docs: misc cleanups & todos
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 30ac6a5..38cc47b 100644
--- a/passlib/context.py
+++ b/passlib/context.py
@@ -1325,7 +1325,7 @@ class CryptContext(object):
def replace(self, **kwds):
"""deprecated alias of :meth:`copy`"""
- warn("CryptContext().using() has been deprecated in Passlib 1.6, "
+ warn("CryptContext().replace() has been deprecated in Passlib 1.6, "
"and will be removed in Passlib 1.8, "
"it has been renamed to CryptContext().copy()",
DeprecationWarning, stacklevel=2)