aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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::