diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-20 06:14:24 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-20 06:14:24 -0700 |
commit | ddc62f0d6546406b052a96eaa841ab8fd5335be8 (patch) | |
tree | 797e2c73e5991140df2df619b612f4b7b8c370cf /docs | |
parent | 7abcb9c0e87787d58f4754c079a3296aaedae657 (diff) | |
download | cryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.tar.gz cryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.tar.bz2 cryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.zip |
Small fixups for the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/primitives/cryptographic-hashes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/primitives/cryptographic-hashes.rst b/docs/primitives/cryptographic-hashes.rst index 397e50d7..d4dde042 100644 --- a/docs/primitives/cryptographic-hashes.rst +++ b/docs/primitives/cryptographic-hashes.rst @@ -1,5 +1,5 @@ Message Digests -==================== +=============== .. class:: cryptography.primitives.hashes.BaseHash @@ -8,7 +8,7 @@ Message Digests .. method:: update(data) - :param bytes data The bytes you wish to hash. + :param bytes data: The bytes you wish to hash. .. method:: copy() |