aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index 4e94e212..13295c0c 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -39,7 +39,7 @@ symmetric (also known as "secret key") authenticated cryptography.
: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".
+ referred to as a "Fernet token".
.. note::