]> granicus.if.org Git - python/commitdiff
A \begin{funcdesc} was closed with an \end{methoddesc}.
authorBarry Warsaw <barry@python.org>
Thu, 25 Jan 2001 00:39:16 +0000 (00:39 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 25 Jan 2001 00:39:16 +0000 (00:39 +0000)
Doc/lib/librandom.tex

index 76c068515bb1b33da8a95369ae093842c404659a..82a55e6fb6196798b174a2bd904a6f16f5e1874e 100644 (file)
@@ -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}.