summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2007-01-19 18:07:18 (GMT)
committerRaymond Hettinger <python@rcn.com>2007-01-19 18:07:18 (GMT)
commit1b0ce8527112b997194a4e2fb9a1a850c6d73ee8 (patch)
tree2d86a2a3c3984b9cc462a0905294cc63cd48bf06 /Doc/lib
parent0682a52e311fae31f99b766d842a188f0647cb9f (diff)
downloadcpython-1b0ce8527112b997194a4e2fb9a1a850c6d73ee8.zip
cpython-1b0ce8527112b997194a4e2fb9a1a850c6d73ee8.tar.gz
cpython-1b0ce8527112b997194a4e2fb9a1a850c6d73ee8.tar.bz2
SF# 1635892: Fix docs for betavariate's input parameters .
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/librandom.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index c6b8846..78c536b 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -185,7 +185,7 @@ these equations can be found in any statistics text.
\begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are
- \code{\var{alpha} > -1} and \code{\var{beta} > -1}.
+ \code{\var{alpha} > 0} and \code{\var{beta} > 0}.
Returned values range between 0 and 1.
\end{funcdesc}