We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77b2abd + f07d949 commit bc8e097Copy full SHA for bc8e097
1 file changed
Doc/library/random.rst
@@ -150,7 +150,7 @@ Functions for sequences:
150
argument. This is especially fast and space efficient for sampling from a large
151
population: ``sample(range(10000000), 60)``.
152
153
- 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`
154
is raised.
155
156
The following functions generate specific real-valued distributions. Function
0 commit comments