Skip to content

Commit bc8e097

Browse files
committed
Merge
2 parents 77b2abd + f07d949 commit bc8e097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Functions for sequences:
150150
argument. This is especially fast and space efficient for sampling from a large
151151
population: ``sample(range(10000000), 60)``.
152152

153-
If the sample size is larger than the population size, a :exc:``ValueError``
153+
If the sample size is larger than the population size, a :exc:`ValueError`
154154
is raised.
155155

156156
The following functions generate specific real-valued distributions. Function

0 commit comments

Comments
 (0)