aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/serialization.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-13 11:16:54 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-19 18:13:29 -0600
commit78eb105e6f3ff4ac9e663a3cfaefca273afb97c1 (patch)
treeee4307a24e7180ccf60b10366e77a8f2a3b0e57e /docs/hazmat/primitives/asymmetric/serialization.rst
parente81438a422cade9a512bf4457629a663ccd18666 (diff)
downloadcryptography-78eb105e6f3ff4ac9e663a3cfaefca273afb97c1.tar.gz
cryptography-78eb105e6f3ff4ac9e663a3cfaefca273afb97c1.tar.bz2
cryptography-78eb105e6f3ff4ac9e663a3cfaefca273afb97c1.zip
fix docs for unsupportedalgorithm exception (thanks nitpicky)
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/serialization.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index 758bbd1c..87a4dbf4 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -192,7 +192,7 @@ the rest.
not encrypted. Or if the key was encrypted but no
password was supplied.
- :raises UnsupportedAlgorithm: If the serialized key is of a type that
+ :raises cryptography.exceptions.UnsupportedAlgorithm: If the serialized key is of a type that
is not supported by the backend or if the key is encrypted with a
symmetric cipher that is not supported by the backend.
@@ -223,7 +223,7 @@ the rest.
:raises ValueError: If the DER data's structure could not be decoded
successfully.
- :raises UnsupportedAlgorithm: If the serialized key is of a type that
+ :raises cryptography.exceptions.UnsupportedAlgorithm: If the serialized key is of a type that
is not supported by the backend.
.. doctest::