]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Mar 2024 14:33:15 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 14:33:15 +0000 (14:33 +0000)
Doc/library/statistics.rst

index 3a4d265a6a8daf899f3f9e8bae961e90f57144d4..a79b94c85cd168e4f815027ffc004302b24010c5 100644 (file)
@@ -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 <https://en.wikipedia.org/wiki/Quartile>`_ 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 <https://en.wikipedia.org/wiki/Monte_Carlo_method>`_: