From: Raymond Hettinger Date: Mon, 9 Jul 2012 19:43:57 +0000 (-0700) Subject: Fix markup X-Git-Tag: v3.3.0b2~250^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f07d9493672ca5db6a67286eae9791e9e27b9dd6;p=python Fix markup --- 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