removed verify(), various small fixes
diff --git a/docs/x509.rst b/docs/x509.rst
index 7e84b49..23a70f4 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -390,16 +390,6 @@
The extensions encoded in the CRL.
- .. method:: verify(public_key)
-
- :param public_key: The
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` or
- :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` or
- :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`
- that will be used to verify the CRL.
-
- :return boolean: The result of the verification as boolean value.
-
X.509 CSR (Certificate Signing Request) Object
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -454,7 +444,7 @@
authority.
X.509 Revoked Certificate Object
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. class:: RevokedCertificate