diff options
Diffstat (limited to 'Doc/lib/librandom.tex')
-rw-r--r-- | Doc/lib/librandom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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}. |