aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 11:50:45 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 11:50:45 -0600
commit1d65a2fb2e559852e6e40b7230ca68094cb88571 (patch)
tree1609fe5a006e54bc0e8ddb3244e19ddda3f7e279
parente51a2db0def7b8f01b5a7ce96f35eb07b4d14599 (diff)
downloadcryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.tar.gz
cryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.tar.bz2
cryptography-1d65a2fb2e559852e6e40b7230ca68094cb88571.zip
fix spacing, remove versionadded since HashAlgorithm was in 0.1
-rw-r--r--docs/hazmat/primitives/interfaces.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index f31e9f4a..cf7d5bfe 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -209,8 +209,6 @@ Hash Algorithms
.. class:: HashAlgorithm
- .. versionadded:: 0.2
-
.. attribute:: name
:type: str
@@ -231,7 +229,6 @@ Hash Algorithms
The internal block size of the hash algorithm in bytes.
-
Key Derivation Functions
~~~~~~~~~~~~~~~~~~~~~~~~