mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Closes SF bug 527139. Brings docs inline with random.py 1.29
which fixes the unnecessarily restricted method domain.
This commit is contained in:
parent
ca6cdc2c02
commit
576474c5ae
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue