Fix weird spacing change.
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 0350537..50ff74f 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1839,18 +1839,15 @@
         export a CRL as a string
 
         :param cert: Used to sign CRL.
-
         :type cert: :class:`X509`
 
         :param key: Used to sign CRL.
-
         :type key: :class:`PKey`
 
         :param type: The export format, either :py:data:`FILETYPE_PEM`,
             :py:data:`FILETYPE_ASN1`, or :py:data:`FILETYPE_TEXT`.
-        :param days: The number of days until the next update of this CRL.
 
-        :type days: :py:data:`int`
+        :param int days: The number of days until the next update of this CRL.
 
         :param bytes digest: The name of the message digest to use (eg
             ``b"sha1"``).