diff options
-rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index 0261c368..369f857a 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -571,7 +571,7 @@ Key interfaces :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` provider. - :return: bytes: Signature. + :return bytes: Signature. .. class:: RSAPrivateKeyWithSerialization |