From 7ff9362be6e7c698da5838ab230fb084dd60cda2 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sat, 28 Mar 2015 02:01:34 +0800 Subject: Remove extra space. --- docs/fernet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fernet.rst b/docs/fernet.rst index 6ca20db9..eacbc2ae 100644 --- a/docs/fernet.rst +++ b/docs/fernet.rst @@ -94,7 +94,7 @@ has support for implementing key rotation via :class:`MultiFernet`. MultiFernet performs all encryption options using the *first* key in the ``list`` provided. MultiFernet attempts to decrypt tokens with each key in - turn . A :class:`cryptography.fernet.InvalidToken` exception is raised if + turn. A :class:`cryptography.fernet.InvalidToken` exception is raised if the correct key is not found in the ``list`` provided. Key rotation makes it easy to replace old keys. You can add your new key at -- cgit v1.2.3