summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 12:20:42 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 12:20:42 -0700
commit3de6b2b80152676faa6f5be806a8aa5269ecf722 (patch)
tree8d06f890051ac2cbf1380b031e90ee7e55bb2408
parent889b9d2359900bb0f16a513ef2b5d119856c10b1 (diff)
downloadpyopenssl-3de6b2b80152676faa6f5be806a8aa5269ecf722.tar.gz
Move Error around
-rw-r--r--doc/api/crypto.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 8a31da5..ad4e025 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -11,10 +11,6 @@
A class representing the X.509 store context.
-.. py:exception:: Error
-
- Generic exception used in the :py:mod:`.crypto` module.
-
Elliptic curves
---------------
@@ -299,6 +295,13 @@ Revoked objects
.. autoclass:: Revoked
:members:
+Exceptions
+----------
+
+.. py:exception:: Error
+
+ Generic exception used in the :py:mod:`.crypto` module.
+
Digest names
------------