]> granicus.if.org Git - python/commitdiff
Fix markup
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jul 2012 19:43:57 +0000 (12:43 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jul 2012 19:43:57 +0000 (12:43 -0700)
Doc/library/random.rst

index a39b636d9c5e5a77d4a737b46145d88661fd576e..1d686cfd97b0dc899ab18e87b47dd286f5a9ca70 100644 (file)
@@ -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