aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-06-07 18:35:52 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-06-07 20:16:18 +0100
commit62ee71432cca0a8ba5bd52b8d29189d2fbd2880c (patch)
tree6ab8f4333a19d95d1f2d5b9c58d2c3301a60a861 /docs
parent425e5b04bb18ce2e563d891f3502365e3b9c071a (diff)
downloadcryptography-62ee71432cca0a8ba5bd52b8d29189d2fbd2880c.tar.gz
cryptography-62ee71432cca0a8ba5bd52b8d29189d2fbd2880c.tar.bz2
cryptography-62ee71432cca0a8ba5bd52b8d29189d2fbd2880c.zip
Multibackend support for EC
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index 798fbab1..646f979b 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -109,7 +109,7 @@ Elliptic Curve Signature Algorithms
:class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
provider.
- .. code-block:: pycon
+ .. doctest::
>>> from cryptography.hazmat.backends import default_backend
>>> from cryptography.hazmat.primitives import hashes