From 238c191b849ddd67732d0ad5ea26a0bc96c01305 Mon Sep 17 00:00:00 2001 From: Fran Fitzpatrick Date: Tue, 25 Aug 2015 21:22:30 -0400 Subject: Update fernet.rst - removed a word! --- docs/fernet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fernet.rst b/docs/fernet.rst index eacbc2ae..8ea33eef 100644 --- a/docs/fernet.rst +++ b/docs/fernet.rst @@ -3,7 +3,7 @@ Fernet (symmetric encryption) .. currentmodule:: cryptography.fernet -Fernet provides guarantees that a message encrypted using it cannot be +Fernet 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. Fernet also has support for implementing key rotation via :class:`MultiFernet`. -- cgit v1.2.3