summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/random.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst
index a39b636..1d686cf 100644
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -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