]> granicus.if.org Git - python/commitdiff
Closes SF bug 527139. Brings docs inline with random.py 1.29
authorRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 23:49:13 +0000 (23:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 23:49:13 +0000 (23:49 +0000)
which fixes the unnecessarily restricted method domain.

Doc/lib/librandom.tex

index 47fea4f72074ad1515ec02d6a56c1976831546e9..3a12ae618b4933c552ef1dba0a01847c3356c662 100644 (file)
@@ -218,7 +218,7 @@ these equations can be found in any statistics text.
 
 \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}.
+  the parameters are \code{\var{alpha} > 0} and \code{\var{beta} > 0}.
 \end{funcdesc}
 
 \begin{funcdesc}{gauss}{mu, sigma}