aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-20 13:19:43 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-20 13:19:43 -0800
commit3ef458ac7dc021378d8ca14bfcf654c0d51d9a0d (patch)
tree0468a6feaa35dd0db5d2c9304a5e33521c957035 /docs/fernet.rst
parentd66f3726a5e945e74a32d10895b0f6acf5676f91 (diff)
downloadcryptography-3ef458ac7dc021378d8ca14bfcf654c0d51d9a0d.tar.gz
cryptography-3ef458ac7dc021378d8ca14bfcf654c0d51d9a0d.tar.bz2
cryptography-3ef458ac7dc021378d8ca14bfcf654c0d51d9a0d.zip
Reword slightly
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index a47ae2e3..4e618f59 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -39,10 +39,10 @@ using it cannot be manipulated or read without the key.
:param bytes plaintext: The message you would like to encrypt.
:returns bytes: A secure message which cannot be read or altered
without the key. It is URL-safe base64-encoded. This is
- refered to as a "Fernet token". Note that this *does*
- contain the current time when it was generated in
- plaintext, the time a message was created will
- therefore be visible to a possible attacker.
+ refered to as a "Fernet token". Note that this contains
+ the current time when it was generated in *plaintext*,
+ the time a message was created will therefore be
+ visible to a possible attacker.
.. method:: decrypt(token, ttl=None)