diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-27 00:26:56 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-27 00:26:56 -0400 |
commit | e87027f7ae7e4f79c365ca801d4d80cf64291961 (patch) | |
tree | 68308579917e82959b51e52ec9541881d723238b | |
parent | 33e56c1c8fbabdfa39428720656e26dbe1ef39f5 (diff) | |
parent | 238c191b849ddd67732d0ad5ea26a0bc96c01305 (diff) | |
download | cryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.tar.gz cryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.tar.bz2 cryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.zip |
Merge pull request #2297 from fxfitz/patch-1
Update fernet.rst - removed a word!
-rw-r--r-- | docs/fernet.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |