commit | 36e2df0955aa1c6534049be21868c24e93569b8b | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Oct 31 10:40:17 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Oct 31 10:40:17 2013 -0700 |
tree | 29324a39bf79338ab0bef3d667e8ce88573f879b | |
parent | 13e0d54510d3f939c749d3efc810bad675f4f908 [diff] [blame] |
Fixed keylength in example
diff --git a/docs/fernet.rst b/docs/fernet.rst index d44e737..3348889 100644 --- a/docs/fernet.rst +++ b/docs/fernet.rst
@@ -6,7 +6,7 @@ .. testsetup:: import binascii - key = binascii.unhexlify(b"0" * 32) + key = binascii.unhexlify(b"0" * 64) `Fernet`_ is an implementation of symmetric (also known as "secret key")