Fix markup

Thanks, @hynek!
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 75e3b42..3b8abeb 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1056,7 +1056,7 @@
         :param pkey: The public key.
         :type pkey: :py:class:`PKey`
 
-        :return: :py:data`None`
+        :return: :py:data:`None`
         """
         if not isinstance(pkey, PKey):
             raise TypeError("pkey must be a PKey instance")