aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index 2fe2b860..4e94e212 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -3,9 +3,9 @@ Fernet (Symmetric encryption)
.. currentmodule:: cryptography.fernet
-`Fernet`_ is an implementation of symmetric (also known as "secret key")
-authenticated cryptography. Fernet provides guarantees that a message encrypted
-using it cannot be manipulated or read without the key.
+Fernet provides guarantees that a message encrypted using it cannot be
+manipulated or read without the key. `Fernet`_ is an implementation of
+symmetric (also known as "secret key") authenticated cryptography.
.. class:: Fernet(key)