commit | 83125775e0a5c5088da0cb62b43e7cfd8a04fdc6 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Jan 25 00:39:16 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Jan 25 00:39:16 2001 +0000 |
tree | 9a103a2f8d190690c046a7e746a5f3b47b06fafd | |
parent | 21f37e1b8824dcf91399d25a6746e2c8c93f239d [diff] |
A \begin{funcdesc} was closed with an \end{methoddesc}.
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index 76c0685..82a55e6 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex
@@ -43,7 +43,7 @@ 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}.