Skip to content

Commit 9db2a8f

Browse files
authored
Minor markup and grammar fixes in the statistics docs (gh-117216)
1 parent eebea7e commit 9db2a8f

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
@@ -1000,8 +1000,8 @@ of applications in statistics.
10001000
.. versionadded:: 3.8
10011001

10021002

1003-
:class:`NormalDist` Examples and Recipes
1004-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1003+
Examples and Recipes
1004+
--------------------
10051005

10061006

10071007
Classic probability problems
@@ -1036,7 +1036,7 @@ Find the `quartiles <https://en.wikipedia.org/wiki/Quartile>`_ and `deciles
10361036
Monte Carlo inputs for simulations
10371037
**********************************
10381038

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

0 commit comments

Comments
 (0)