From fc1838090898d0bd5ea520e838f61cba83bb5f08 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 25 Mar 2024 09:26:42 -0500 Subject: [PATCH] Minor markup and grammar fixes in the statistics docs (gh-117216) (cherry picked from commit 9db2a8f914ad59019d448cecc43b6d45f46424a0) Co-authored-by: Raymond Hettinger --- Doc/library/statistics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 3a4d265a6a8daf..a79b94c85cd168 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -938,8 +938,8 @@ of applications in statistics. .. versionadded:: 3.8 -:class:`NormalDist` Examples and Recipes -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Examples and Recipes +-------------------- Classic probability problems @@ -974,7 +974,7 @@ Find the `quartiles `_ and `deciles Monte Carlo inputs for simulations ********************************** -To estimate the distribution for a model than isn't easy to solve +To estimate the distribution for a model that isn't easy to solve analytically, :class:`NormalDist` can generate input samples for a `Monte Carlo simulation `_: