fix rebase mistake in the docs
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 2952d85..29abee1 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -574,7 +574,7 @@
.. versionadded:: 1.2
:param builder: An instance of
- CertificateRevocationListBuilder.
+ :class:`~cryptography.x509.CertificateRevocationListBuilder`.
:param private_key: The
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
@@ -589,26 +589,6 @@
:returns: A new instance of
:class:`~cryptography.x509.CertificateRevocationList`.
- .. method:: create_x509_crl(builder, private_key, algorithm)
-
- .. versionadded:: 1.2
-
- :param builder: An instance of
- :class:`~cryptography.x509.CertificateRevocationListBuilder`.
-
- :param private_key: The
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
- :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or
- :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
- that will be used to sign the CRL.
-
- :param algorithm: The
- :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
- that will be used to generate the CRL signature.
-
- :returns: A new object with the
- :class:`~cryptography.x509.CertificateRevocationList` interface.
-
.. class:: DHBackend
.. versionadded:: 0.9