]> granicus.if.org Git - python/commitdiff
Fix grammar
authorRaymond Hettinger <python@rcn.com>
Mon, 21 Nov 2016 23:13:18 +0000 (15:13 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Nov 2016 23:13:18 +0000 (15:13 -0800)
Doc/library/random.rst

index b0f81947164179db0d8abd2f7066fae7f8a9aba2..115ef81558f22e029253d8ad8386adf9df859864 100644 (file)
@@ -465,11 +465,11 @@ Simulation of arrival times and service deliveries in a single server queue::
    <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.