[3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218)

This commit is contained in:
Miss Islington (bot) 2024-03-25 15:33:15 +01:00 committed by GitHub
parent bd2c60f8c2
commit 0c334f627b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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>`_: