aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index 1cea0a7a..d4a7d284 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -112,7 +112,7 @@ Using passwords with Fernet
It is possible to use passwords with Fernet. To do this, you need to run the
password through a key derivation function like
-:class:`~cryptography.hazmat.primitives.kdf.PBKDF2`:
+:class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`:
.. code-block:: python