From 3aa243cddc5cbe4e4205b019946dc6c4f271f589 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 6 Jan 2014 13:13:18 -0800 Subject: Spell a word correctly --- docs/fernet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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:: -- cgit v1.2.3