This commit is contained in:
Brett Cannon 2012-07-09 16:09:21 -04:00
commit bc8e09708b
1 changed files with 1 additions and 1 deletions

View File

@ -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