Skip to content
Snippets Groups Projects
Commit 146efa74 authored by Donald Stufft's avatar Donald Stufft
Browse files

Merge pull request #14 from davidfischer/fix-typo

Fixed a typo in SecretBox docstring
parents de53c12d 572be240
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment