summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-11-26 14:11:13 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-11-26 14:11:13 -0600
commit2cf5a085ded2e852b6bcdf5fae8efdecb0587f99 (patch)
tree70f8795dd9e8feaddeebf622365f3bab91e44eca /doc
parent7b31baf7d362a095951e733b38b36fbd07e6d8bd (diff)
downloadpyopenssl-2cf5a085ded2e852b6bcdf5fae8efdecb0587f99.tar.gz
Fixed a typo leading to a syntax error in the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index b360e89..162e578 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -257,7 +257,7 @@ X509 objects have the following methods:
Return the signature algorithm used in the certificate. If the algorithm is
undefined, raise :py:data:`ValueError`.
- ..versionadded:: 0.13
+ .. versionadded:: 0.13
.. py:method:: X509.get_subject()