Skip to content

Commit 0c334f6

Browse files
[3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218)
1 parent bd2c60f commit 0c334f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/statistics.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,8 @@ of applications in statistics.
938938
.. versionadded:: 3.8
939939

940940

941-
:class:`NormalDist` Examples and Recipes
942-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
941+
Examples and Recipes
942+
--------------------
943943

944944

945945
Classic probability problems
@@ -974,7 +974,7 @@ Find the `quartiles <https://en.wikipedia.org/wiki/Quartile>`_ and `deciles
974974
Monte Carlo inputs for simulations
975975
**********************************
976976

977-
To estimate the distribution for a model than isn't easy to solve
977+
To estimate the distribution for a model that isn't easy to solve
978978
analytically, :class:`NormalDist` can generate input samples for a `Monte
979979
Carlo simulation <https://en.wikipedia.org/wiki/Monte_Carlo_method>`_:
980980

0 commit comments

Comments
 (0)