mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
Fix markup
This commit is contained in:
parent
afbb5fbeb8
commit
f07d949367
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ Functions for sequences:
|
||||||
argument. This is especially fast and space efficient for sampling from a large
|
argument. This is especially fast and space efficient for sampling from a large
|
||||||
population: ``sample(range(10000000), 60)``.
|
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.
|
is raised.
|
||||||
|
|
||||||
The following functions generate specific real-valued distributions. Function
|
The following functions generate specific real-valued distributions. Function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue