aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-20 06:14:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-20 06:14:24 -0700
commitddc62f0d6546406b052a96eaa841ab8fd5335be8 (patch)
tree797e2c73e5991140df2df619b612f4b7b8c370cf /docs/primitives
parent7abcb9c0e87787d58f4754c079a3296aaedae657 (diff)
downloadcryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.tar.gz
cryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.tar.bz2
cryptography-ddc62f0d6546406b052a96eaa841ab8fd5335be8.zip
Small fixups for the docs
Diffstat (limited to 'docs/primitives')
-rw-r--r--docs/primitives/cryptographic-hashes.rst4
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()