commit | 3aa243cddc5cbe4e4205b019946dc6c4f271f589 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Jan 06 13:13:18 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Jan 06 13:13:18 2014 -0800 |
tree | 2e0a5da8ca9e250b9bafc9263e70ece5005d4ab6 | |
parent | bf41d5ca7e7a38881c35bc742072b693147e8fa4 [diff] [blame] |
Spell a word correctly
diff --git a/docs/fernet.rst b/docs/fernet.rst index 4e94e21..13295c0 100644 --- a/docs/fernet.rst +++ b/docs/fernet.rst
@@ -39,7 +39,7 @@ :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::