summaryrefslogtreecommitdiffstats
path: root/Doc/library/random.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2012-07-09 19:43:57 (GMT)
committerRaymond Hettinger <python@rcn.com>2012-07-09 19:43:57 (GMT)
commitf07d9493672ca5db6a67286eae9791e9e27b9dd6 (patch)
tree93ed1fb56e731658116fe29381882009f77c7a9a /Doc/library/random.rst
parentafbb5fbeb82a1943a10e6709e8199dc984819ddf (diff)
downloadcpython-f07d9493672ca5db6a67286eae9791e9e27b9dd6.zip
cpython-f07d9493672ca5db6a67286eae9791e9e27b9dd6.tar.gz
cpython-f07d9493672ca5db6a67286eae9791e9e27b9dd6.tar.bz2
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 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