[Python-checkins] cpython (3.6): Fix grammar

raymond.hettinger python-checkins at python.org
Mon Nov 21 18:13:44 EST 2016


https://hg.python.org/cpython/rev/784b6a0bf2bf
changeset:   105312:784b6a0bf2bf
branch:      3.6
user:        Raymond Hettinger <python at rcn.com>
date:        Mon Nov 21 15:13:18 2016 -0800
summary:
  Fix grammar

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


diff --git a/Doc/library/random.rst b/Doc/library/random.rst
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -465,11 +465,11 @@
    <http://nbviewer.jupyter.org/url/norvig.com/ipython/Economics.ipynb>`_
    a simulation of a marketplace by
    `Peter Norvig <http://norvig.com/bio.html>`_ that shows effective
-   use of many the tools and distributions provided by this module
+   use of many of the tools and distributions provided by this module
    (gauss, uniform, sample, betavariate, choice, triangular, and randrange).
 
    `A Concrete Introduction to Probability (using Python)
    <http://nbviewer.jupyter.org/url/norvig.com/ipython/Probability.ipynb>`_
    a tutorial by `Peter Norvig <http://norvig.com/bio.html>`_ covering
    the basics of probability theory, how to write simulations, and
-   performing data analysis using Python.
+   how to perform data analysis using Python.

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


More information about the Python-checkins mailing list