From 6392a9c63ce134c4aceefb8a4eb9da2fa7f4f390 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 13 Nov 2013 10:01:15 -0800 Subject: Document AlreadyFinalized. --- docs/exceptions.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/exceptions.rst') diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 6ac11b3c..d6c15087 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -3,7 +3,13 @@ Exceptions .. currentmodule:: cryptography.exceptions +.. class:: AlreadyFinalized + + This is raised when a context is used after being it has been finalized. + + .. class:: UnsupportedAlgorithm This is raised when a backend doesn't support the requested algorithm (or combination of algorithms). + -- cgit v1.2.3 From 00fb12ae9d453e1c6db6a046ebf1f68000b44377 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 13 Nov 2013 13:02:44 -0800 Subject: Accidentally less words. --- docs/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/exceptions.rst') diff --git a/docs/exceptions.rst b/docs/exceptions.rst index d6c15087..ab1b28fe 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -5,7 +5,7 @@ Exceptions .. class:: AlreadyFinalized - This is raised when a context is used after being it has been finalized. + This is raised when a context is used after being finalized. .. class:: UnsupportedAlgorithm -- cgit v1.2.3