[Python-checkins] python/dist/src/Doc/lib librandom.tex,1.27,1.28

rhettinger@sourceforge.net rhettinger@sourceforge.net
Mon, 13 May 2002 16:49:15 -0700


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

Modified Files:
	librandom.tex 
Log Message:
Closes SF bug 527139.  Brings docs inline with random.py 1.29
which fixes the unnecessarily restricted method domain.


Index: librandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** librandom.tex	13 May 2002 22:40:38 -0000	1.27
--- librandom.tex	13 May 2002 23:49:13 -0000	1.28
***************
*** 219,223 ****
  \begin{funcdesc}{gammavariate}{alpha, beta}
    Gamma distribution.  (\emph{Not} the gamma function!)  Conditions on
!   the parameters are \code{\var{alpha} >= 0.5} and \code{\var{beta} > 0}.
  \end{funcdesc}
  
--- 219,223 ----
  \begin{funcdesc}{gammavariate}{alpha, beta}
    Gamma distribution.  (\emph{Not} the gamma function!)  Conditions on
!   the parameters are \code{\var{alpha} > 0} and \code{\var{beta} > 0}.
  \end{funcdesc}