Skip to content

Commit

Permalink
docs: fix typo (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke authored and alex committed Aug 14, 2018
1 parent 8ee3f21 commit 4409992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/secret.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Secret key encryption (also called symmetric key encryption) is analogous to a
safe. You can store something secret through it and anyone who has the key can
open it and view the contents. :class:`~nacl.secret.SecretBox` functions as
just such a safe, and like any good safe any attempts to tamper with the
contents is easily detected.
contents are easily detected.

Secret key encryption allows you to store or transmit data over insecure
channels without leaking the contents of that message, nor anything about it
Expand Down

0 comments on commit 4409992

Please sign in to comment.