From 78eb105e6f3ff4ac9e663a3cfaefca273afb97c1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 13 Feb 2015 11:16:54 -0600 Subject: fix docs for unsupportedalgorithm exception (thanks nitpicky) --- docs/hazmat/primitives/asymmetric/serialization.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat') 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:: -- cgit v1.2.3