[Python-checkins] cpython (merge default -> default): Merge

brett.cannon python-checkins at python.org
Mon Jul 9 22:09:40 CEST 2012


http://hg.python.org/cpython/rev/44956cb4d7ea
changeset:   78043:44956cb4d7ea
parent:      78042:efb5e6ab10f4
parent:      78041:b89d961487e9
user:        Brett Cannon <brett at python.org>
date:        Mon Jul 09 16:09:21 2012 -0400
summary:
  Merge

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