summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-01 16:13:41 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-01 16:13:41 -0400
commit60e787346ab060440854e83da60d815d2222be00 (patch)
treec07716d1b3bf7b255676e9a954fdb4f662f1e267 /docs/lib
parent646ab5a037c96e249fa72518270226587d2982cd (diff)
downloadpasslib-60e787346ab060440854e83da60d815d2222be00.tar.gz
added support for BCryptor as bcrypt backend
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.hash.bcrypt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hash.bcrypt.rst b/docs/lib/passlib.hash.bcrypt.rst
index 905b90e..efa2098 100644
--- a/docs/lib/passlib.hash.bcrypt.rst
+++ b/docs/lib/passlib.hash.bcrypt.rst
@@ -11,7 +11,7 @@ password hash for many systems (notably BSD), and has no known weaknesses.
.. note::
- It is strongly recommended to install PyBcrypt if this algorithm
+ It is strongly recommended to install PyBcrypt or BCryptor if this algorithm
is going to be used.
Usage