summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Poggi <davidrobertpoggi@gmail.com>2018-02-09 18:59:54 +0000
committerDavid Poggi <davidrobertpoggi@gmail.com>2018-02-09 18:59:54 +0000
commit2175063ccb01be87edfc1f7b546d206f049e95f7 (patch)
tree66657b49869845dde08dcb1ddfb4f8eeeb821898
parent2e42b80e3f0755cf2ce1e95c0286870e025135e7 (diff)
downloadpasslib-2175063ccb01be87edfc1f7b546d206f049e95f7.tar.gz
fastpbk2 -> fastpbkdf2
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 1809c18..08fc66d 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -61,7 +61,7 @@ Optional Libraries
Use ``pip install passlib[totp]`` to get the recommended TOTP setup.
-* `fastpbk2 <https://pypi.python.org/pypi/fastpbkdf2>`_
+* `fastpbkdf2 <https://pypi.python.org/pypi/fastpbkdf2>`_
If installed, will be used to greatly speed up :func:`~passlib.crypto.digest.pbkdf2_hmac`,
and any pbkdf2-based hashes.