Commit bc8e0970 authored by Brett Cannon's avatar Brett Cannon

Merge

parents 77b2abd0 f07d9493
......@@ -150,7 +150,7 @@ Functions for sequences:
argument. This is especially fast and space efficient for sampling from a large
population: ``sample(range(10000000), 60)``.
If the sample size is larger than the population size, a :exc:``ValueError``
If the sample size is larger than the population size, a :exc:`ValueError`
is raised.
The following functions generate specific real-valued distributions. Function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment