diff options
author | Donald Stufft <donald@stufft.io> | 2013-10-20 10:46:19 -0700 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-10-20 10:46:19 -0700 |
commit | 86354979d311b513d5eb4aa3d35693255e60b450 (patch) | |
tree | f0106a69cb5e828c2de5334fe41e28c15a5b46d2 /docs | |
parent | a33792415811d91338d8135440111207706e2441 (diff) | |
parent | ddc62f0d6546406b052a96eaa841ab8fd5335be8 (diff) | |
download | cryptography-86354979d311b513d5eb4aa3d35693255e60b450.tar.gz cryptography-86354979d311b513d5eb4aa3d35693255e60b450.tar.bz2 cryptography-86354979d311b513d5eb4aa3d35693255e60b450.zip |
Merge pull request #149 from alex/docs-fixups
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() |