From 7f946195558b3681b81707c52b721d067373acee Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 21 Nov 2016 15:13:18 -0800 Subject: Fix grammar --- Doc/library/random.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/random.rst b/Doc/library/random.rst index b0f8194..115ef81 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. -- cgit v0.12