aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorDavid Sanders <dsanders11@ucsbalum.com>2017-08-20 05:17:16 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-20 07:17:16 -0400
commitc3de566e053b06c6055a7b3032fae56a3e64b3b7 (patch)
tree9120bcc9d69c7c15301227281d918bf864628fd9 /docs/hazmat/backends
parentc4a23fb077d7a172f979326be99293d4eb895de8 (diff)
downloadcryptography-c3de566e053b06c6055a7b3032fae56a3e64b3b7.tar.gz
cryptography-c3de566e053b06c6055a7b3032fae56a3e64b3b7.tar.bz2
cryptography-c3de566e053b06c6055a7b3032fae56a3e64b3b7.zip
Fix `load_rsa_public_numbers` documentation (#3871)
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 93eedbe6..2c2d70ec 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -266,7 +266,7 @@ A specific ``backend`` may provide one or more of these interfaces.
.. method:: load_rsa_public_numbers(numbers)
:param numbers: An instance of
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers`.
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicNumbers`.
:returns: An instance of
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`.