summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Paul Calderone <jean-paul@clusterhq.com>2015-03-15 16:50:14 -0400
committerJean-Paul Calderone <jean-paul@clusterhq.com>2015-03-15 16:50:14 -0400
commitb819738ea9277c75bb131b9555e61a394403f3a9 (patch)
treedb8ec0e7eca21cba77c6933339d032d6d8439078 /doc
parent4457d3b9badc53eab996c283679db501e276502e (diff)
parent2cf5a085ded2e852b6bcdf5fae8efdecb0587f99 (diff)
downloadpyopenssl-b819738ea9277c75bb131b9555e61a394403f3a9.tar.gz
Merge pull request #175 from alex/docs-typo
Fixed a typo leading to a rst syntax error in the API documentation.
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 f378e84..ee261c5 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -267,7 +267,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()