From: Raymond Hettinger Date: Mon, 21 Nov 2016 23:13:18 +0000 (-0800) Subject: Fix grammar X-Git-Tag: v3.6.0b4~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f946195558b3681b81707c52b721d067373acee;p=python Fix grammar --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index b0f8194716..115ef81558 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -465,11 +465,11 @@ Simulation of arrival times and service deliveries in a single server queue:: `_ a simulation of a marketplace by `Peter Norvig `_ 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) `_ a tutorial by `Peter Norvig `_ covering the basics of probability theory, how to write simulations, and - performing data analysis using Python. + how to perform data analysis using Python.