aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-19 11:58:34 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-19 11:58:34 -0800
commit46cb9900a03b2921d8dafe0efed6856083b71706 (patch)
tree6cb0a734459d564029995dca015b8afbe7738a23 /docs
parentfc83ffc88d8280100e10b4412a69c7dfdde60005 (diff)
downloadcryptography-46cb9900a03b2921d8dafe0efed6856083b71706.tar.gz
cryptography-46cb9900a03b2921d8dafe0efed6856083b71706.tar.bz2
cryptography-46cb9900a03b2921d8dafe0efed6856083b71706.zip
SPelling
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst2
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