aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-02-07 18:28:47 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-02-07 18:28:47 +0000
commitf44b6a9d05342033874a62bada41b536f2133ca2 (patch)
treeb76322756650dd6ed00c46b9fa67190dc3890586
parentbe5da2d7e3a22904f93b56ab54df06d975588d8e (diff)
downloadcryptography-f44b6a9d05342033874a62bada41b536f2133ca2.tar.gz
cryptography-f44b6a9d05342033874a62bada41b536f2133ca2.tar.bz2
cryptography-f44b6a9d05342033874a62bada41b536f2133ca2.zip
.
-rw-r--r--docs/hazmat/primitives/rsa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/rsa.rst b/docs/hazmat/primitives/rsa.rst
index d62aa101..7c6356c1 100644
--- a/docs/hazmat/primitives/rsa.rst
+++ b/docs/hazmat/primitives/rsa.rst
@@ -51,7 +51,7 @@ RSA
:raises ValueError: This is raised when the values of `public_exponent` or
`modulus` do not match the bounds specified in
- `RFC 3447`_
+ `RFC 3447`_.
.. _`RSA`: https://en.wikipedia.org/wiki/RSA_(cryptosystem)
.. _`public-key`: https://en.wikipedia.org/wiki/Public-key_cryptography