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
commite089b4bf58a14e9ea629c7d02dd13e6a0672efe7 (patch)
tree90c7d0366d47732cd87337df54f02b81440a9f28
parentd1b5b16fc0b96041e9c97df6707a062e2f64f88a (diff)
downloadpasslib-e089b4bf58a14e9ea629c7d02dd13e6a0672efe7.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 be11d5d..dfe40d6 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.