[Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.17,1.18

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 24 Jan 2001 16:39:18 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8572

Modified Files:
	librandom.tex 
Log Message:
A \begin{funcdesc} was closed with an \end{methoddesc}.


Index: librandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** librandom.tex	2001/01/24 23:06:53	1.17
--- librandom.tex	2001/01/25 00:39:16	1.18
***************
*** 44,48 ****
    The seed is also set from the current system time when
    the module is first imported.
! \end{methoddesc}
  
  \begin{funcdesc}{choice}{seq}
--- 44,48 ----
    The seed is also set from the current system time when
    the module is first imported.
! \end{funcdesc}
  
  \begin{funcdesc}{choice}{seq}