aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-06-07 15:22:31 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-06-07 15:22:31 -0500
commit3d22ae8b18ea838d93aef375d01579719a23c27f (patch)
treef582ad5ccc03a1a5589f3371a840f76906331c92 /docs
parentd4ae6c616289439501c0745f052cbeebd82bef70 (diff)
parenta28086e20b978f4286ab263e28dceb5b6c2a5a26 (diff)
downloadcryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.tar.gz
cryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.tar.bz2
cryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.zip
Merge pull request #1107 from public/ecdsa-multibackend
ECDSA multibackend
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 84911cba..3773e0ae 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