aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 10:38:04 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 10:38:04 -0700
commit13e0d54510d3f939c749d3efc810bad675f4f908 (patch)
tree4e9dde6445e035c998871b8bf794b58fc88c7730 /docs/fernet.rst
parentde475eb9f56a34868c7debb707427ab5678eda6c (diff)
downloadcryptography-13e0d54510d3f939c749d3efc810bad675f4f908.tar.gz
cryptography-13e0d54510d3f939c749d3efc810bad675f4f908.tar.bz2
cryptography-13e0d54510d3f939c749d3efc810bad675f4f908.zip
Be explicit
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index ac610eb8..d44e737b 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -44,7 +44,9 @@ using it cannot be manipulated or read without the key.
:param int ttl: Optionally, the number of seconds old a message may be
for it to be valid. If the message is older than
``ttl`` seconds (from the time it was originally
- created) an exception will be raised.
+ created) an exception will be raised. If ``ttl`` is not
+ provided (or is ``None``), the age of the message is
+ not considered.
:returns bytes: The original plaintext.