summaryrefslogtreecommitdiff
path: root/Doc/library/random.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2012-07-09 12:43:57 -0700
committerRaymond Hettinger <python@rcn.com>2012-07-09 12:43:57 -0700
commiteb6d72d9be236bd491a7b46ce51e46d3e26f6f51 (patch)
tree24cf66fbe502eed743d8cafc9a15db321ca3cab2 /Doc/library/random.rst
parent62a311770c8a903bce26658b9526f1e41db61536 (diff)
downloadcpython-eb6d72d9be236bd491a7b46ce51e46d3e26f6f51.tar.gz
Fix markup
Diffstat (limited to 'Doc/library/random.rst')
-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 a39b636d9c..1d686cfd97 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