aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 12:20:37 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-29 12:20:37 -0600
commit4c75a8c34610aef42e3bf3635a393d14a55273f8 (patch)
tree2f26b875ee818d68bac94373c71292169631ef94 /docs/hazmat
parent1d65a2fb2e559852e6e40b7230ca68094cb88571 (diff)
downloadcryptography-4c75a8c34610aef42e3bf3635a393d14a55273f8.tar.gz
cryptography-4c75a8c34610aef42e3bf3635a393d14a55273f8.tar.bz2
cryptography-4c75a8c34610aef42e3bf3635a393d14a55273f8.zip
quotes inside, diff examples
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index cf7d5bfe..09a5a4ce 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -213,8 +213,8 @@ Hash Algorithms
:type: str
- The standard name for the hash algorithm, for example: ``sha1`` or
- ``sha256``.
+ The standard name for the hash algorithm, for example: ``"sha256"`` or
+ ``"whirlpool"``.
.. attribute:: digest_size