aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-06 13:13:18 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-06 13:13:18 -0800
commit3aa243cddc5cbe4e4205b019946dc6c4f271f589 (patch)
tree2e0a5da8ca9e250b9bafc9263e70ece5005d4ab6 /docs/fernet.rst
parentbf41d5ca7e7a38881c35bc742072b693147e8fa4 (diff)
downloadcryptography-3aa243cddc5cbe4e4205b019946dc6c4f271f589.tar.gz
cryptography-3aa243cddc5cbe4e4205b019946dc6c4f271f589.tar.bz2
cryptography-3aa243cddc5cbe4e4205b019946dc6c4f271f589.zip
Spell a word correctly
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::