From 83125775e0a5c5088da0cb62b43e7cfd8a04fdc6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 25 Jan 2001 00:39:16 +0000 Subject: [PATCH] A \begin{funcdesc} was closed with an \end{methoddesc}. --- Doc/lib/librandom.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index 76c068515b..82a55e6fb6 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex @@ -43,7 +43,7 @@ from different threads may see the same return values. the seed is derived from the current system time. The seed is also set from the current system time when the module is first imported. -\end{methoddesc} +\end{funcdesc} \begin{funcdesc}{choice}{seq} Return a random element from the non-empty sequence \var{seq}. -- 2.50.1