diff options
Diffstat (limited to 'docs/hazmat/primitives')
-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 087cebd1..aa8a6fb1 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -35,7 +35,7 @@ Generation Some backends may have additional limitations. :param backend: A backend which provides :class:`~cryptography.hazmat.backends.interfaces.RSABackend`. - :return: An instace of + :return: An instance of :class:`~cryptography.hazmat.primitives.interfaces.RSAPrivateKey`. :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if |