From: Barry Warsaw Date: Thu, 25 Jan 2001 00:39:16 +0000 (+0000) Subject: A \begin{funcdesc} was closed with an \end{methoddesc}. X-Git-Tag: v2.1a2~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83125775e0a5c5088da0cb62b43e7cfd8a04fdc6;p=python A \begin{funcdesc} was closed with an \end{methoddesc}. --- 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}.