summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 11:27:28 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 11:27:28 -0700
commit9313a4efd80a00c4bbf554076a739b34a10096c1 (patch)
treea6a012d163650626a3dc70ef1f835739fde182e2 /doc/api
parente5625641bb9f34041f9d8ba79d441cd7a5c4d806 (diff)
downloadpyopenssl-9313a4efd80a00c4bbf554076a739b34a10096c1.tar.gz
Reflow
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index cfa84f3..0118cbf 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -252,8 +252,8 @@ The certificate for which the verification error was detected is given by the
``certificate`` attribute of the exception instance as a :class:`X509`
instance.
-Details about the verification error are given in the exception's ``args`` attribute.
-
+Details about the verification error are given in the exception's
+``args`` attribute.
X509StoreContext objects
------------------------