aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.