summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-07-09 20:09:21 (GMT)
committerBrett Cannon <brett@python.org>2012-07-09 20:09:21 (GMT)
commitbc8e09708bb09dc56adaf04081462f26f834e372 (patch)
treeea8440d2a8b7c30a5a7b61250e928e8f06c64f97
parent77b2abd094998b89ff4d806b78683d4cce8d6d79 (diff)
parentf07d9493672ca5db6a67286eae9791e9e27b9dd6 (diff)
downloadcpython-bc8e09708bb09dc56adaf04081462f26f834e372.zip
cpython-bc8e09708bb09dc56adaf04081462f26f834e372.tar.gz
cpython-bc8e09708bb09dc56adaf04081462f26f834e372.tar.bz2
Merge
-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