Skip to content
Snippets Groups Projects
Unverified Commit 572be240 authored by David Fischer's avatar David Fischer
Browse files

Fixed a typo in SecretBox docstring

parent de53c12d
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ from .exceptions import CryptoError ...@@ -9,7 +9,7 @@ from .exceptions import CryptoError
class SecretBox(encoding.Encodable, six.StringFixer, object): 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. key.
The ciphertexts generated by :class:`~nacl.secret.Secretbox` include a 16 The ciphertexts generated by :class:`~nacl.secret.Secretbox` include a 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment