aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-27 00:26:56 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-27 00:26:56 -0400
commite87027f7ae7e4f79c365ca801d4d80cf64291961 (patch)
tree68308579917e82959b51e52ec9541881d723238b /docs
parent33e56c1c8fbabdfa39428720656e26dbe1ef39f5 (diff)
parent238c191b849ddd67732d0ad5ea26a0bc96c01305 (diff)
downloadcryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.tar.gz
cryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.tar.bz2
cryptography-e87027f7ae7e4f79c365ca801d4d80cf64291961.zip
Merge pull request #2297 from fxfitz/patch-1
Update fernet.rst - removed a word!
Diffstat (limited to 'docs')
-rw-r--r--docs/fernet.rst2
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`.