From c4a23fb077d7a172f979326be99293d4eb895de8 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 20 Aug 2017 05:17:01 -0600 Subject: Fix mistake in `RSAPublicKey.verify` documentation (#3872) --- docs/hazmat/primitives/asymmetric/rsa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index 97f68c3a..a49b4d34 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -702,7 +702,7 @@ Key interfaces :param algorithm: An instance of :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` or :class:`~cryptography.hazmat.primitives.asymmetric.utils.Prehashed` - if the ``data`` you want to sign has already been hashed. + if the ``data`` you want to verify has already been hashed. :raises cryptography.exceptions.InvalidSignature: If the signature does not validate. -- cgit v1.2.3