https://github.com/python/cpython/commit/0c334f627bc11b11193ee7224971e4a249f24fe4
commit: 0c334f627bc11b11193ee7224971e4a249f24fe4
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: rhettinger <[email protected]>
date: 2024-03-25T14:33:15Z
summary:

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

files:
M Doc/library/statistics.rst

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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to