diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-27 07:40:06 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-27 07:40:06 -0400 |
commit | ca9b989ef5e27e88776cb6f3464e2f54ccd834c5 (patch) | |
tree | f700846ddaca3dd0dd1ccc95207e15aa563d9a00 /docs | |
parent | a9d29afdd9c9649a263d99a17098fe24592e8db6 (diff) | |
download | cryptography-ca9b989ef5e27e88776cb6f3464e2f54ccd834c5.tar.gz cryptography-ca9b989ef5e27e88776cb6f3464e2f54ccd834c5.tar.bz2 cryptography-ca9b989ef5e27e88776cb6f3464e2f54ccd834c5.zip |
rest syntax
Diffstat (limited to 'docs')
-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 |