From 2cf5a085ded2e852b6bcdf5fae8efdecb0587f99 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 26 Nov 2014 14:11:13 -0600 Subject: [PATCH] Fixed a typo leading to a syntax error in the docs --- doc/api/crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index b360e89c0..162e578c3 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()