summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librand.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/librand.tex')
-rw-r--r--Doc/lib/librand.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/librand.tex b/Doc/lib/librand.tex
index e335718..9b2c685 100644
--- a/Doc/lib/librand.tex
+++ b/Doc/lib/librand.tex
@@ -26,6 +26,6 @@ can be an arbitrary integer.
\end{funcdesc}
\begin{seealso}
-\seemodule{whrandom}{the standard Python random number generator}
+ \seemodule{random}{Python's interface to random number generators.}
+ \seemodule{whrandom}{The random number generator used by default.}
\end{seealso}
-