aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-18 15:48:47 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-18 15:48:47 -0600
commit65637eb7dc466e4b715bddf1188a6d04845167a1 (patch)
treeb802941c4df92418bc672376bbff0aa80bb86523 /docs
parent1f6765d9ba5df9ff2089a197a64e335e04206c37 (diff)
downloadcryptography-65637eb7dc466e4b715bddf1188a6d04845167a1.tar.gz
cryptography-65637eb7dc466e4b715bddf1188a6d04845167a1.tar.bz2
cryptography-65637eb7dc466e4b715bddf1188a6d04845167a1.zip
doc update
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 4423aa8e..3c095a54 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -395,8 +395,8 @@ this without having to do the math themselves.
.. versionadded:: 0.8
- Computes ``(p, q)`` given the modulus, public exponent, and private
- exponent.
+ Computes the prime factors ``(p, q)`` given the modulus, public exponent,
+ and private exponent.
.. note::