[Python-checkins] cpython: Fix markup

raymond.hettinger python-checkins at python.org
Mon Jul 9 21:44:03 CEST 2012


http://hg.python.org/cpython/rev/b89d961487e9
changeset:   78041:b89d961487e9
user:        Raymond Hettinger <python at rcn.com>
date:        Mon Jul 09 12:43:57 2012 -0700
summary:
  Fix markup

files:
  Doc/library/random.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/random.rst b/Doc/library/random.rst
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -150,7 +150,7 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list