Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 576474c

Browse files
committed
Closes SF bug 527139. Brings docs inline with random.py 1.29
which fixes the unnecessarily restricted method domain.
1 parent ca6cdc2 commit 576474c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/librandom.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ \section{\module{random} ---
218218

219219
\begin{funcdesc}{gammavariate}{alpha, beta}
220220
Gamma distribution. (\emph{Not} the gamma function!) Conditions on
221-
the parameters are \code{\var{alpha} >= 0.5} and \code{\var{beta} > 0}.
221+
the parameters are \code{\var{alpha} > 0} and \code{\var{beta} > 0}.
222222
\end{funcdesc}
223223

224224
\begin{funcdesc}{gauss}{mu, sigma}

0 commit comments

Comments
 (0)