From 572be240a569e36eaa001594f4f7840648ffaa2e Mon Sep 17 00:00:00 2001 From: David Fischer <djfische@gmail.com> Date: Wed, 13 Mar 2013 08:11:54 -0700 Subject: [PATCH] Fixed a typo in SecretBox docstring --- nacl/secret.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nacl/secret.py b/nacl/secret.py index 54b45b71..f2d06657 100644 --- a/nacl/secret.py +++ b/nacl/secret.py @@ -9,7 +9,7 @@ from .exceptions import CryptoError class SecretBox(encoding.Encodable, six.StringFixer, object): """ - The SecretBox class encrypted and decrypts messages using the given secret + The SecretBox class encrypts and decrypts messages using the given secret key. The ciphertexts generated by :class:`~nacl.secret.Secretbox` include a 16 -- GitLab