[Python-checkins] python/dist/src/Doc/lib librandom.tex,1.25.18.2,1.25.18.3

rhettinger@sourceforge.net rhettinger@sourceforge.net
Mon, 13 May 2002 16:47:04 -0700


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

Modified Files:
      Tag: release22-maint
	librandom.tex 
Log Message:
Closes SF bug 527139.  Brings docs inline with random.py 1.26.6.1
which fixed the unnecessarily restricted method domain.


Index: librandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.25.18.2
retrieving revision 1.25.18.3
diff -C2 -d -r1.25.18.2 -r1.25.18.3
*** librandom.tex	13 May 2002 22:39:28 -0000	1.25.18.2
--- librandom.tex	13 May 2002 23:47:02 -0000	1.25.18.3
***************
*** 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}