doc update
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 4423aa8..3c095a5 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -395,8 +395,8 @@
 
     .. 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::