Fix markup

Thanks, @hynek!
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 9061a4a..6e993d6 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1105,7 +1105,7 @@
 
         :raises ValueError: If the signature algorithm is undefined.
 
-        ..versionadded:: 0.13
+        .. versionadded:: 0.13
         """
         alg = self._x509.cert_info.signature.algorithm
         nid = _lib.OBJ_obj2nid(alg)