]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct the heading levels (GH-12338)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 15 Mar 2019 04:46:31 +0000 (21:46 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Mar 2019 04:46:31 +0000 (21:46 -0700)
Doc/library/statistics.rst

index 97e1c3a0a1c2c6e1bac9f4e668549f9bdce3f28e..b5521b772b3afeaddf6c5fe1b4d7a5ef1b1696ff 100644 (file)
@@ -491,7 +491,7 @@ A single exception is defined:
 
 
 :class:`NormalDist` objects
-===========================
+---------------------------
 
 :class:`NormalDist` is a tool for creating and manipulating normal
 distributions of a `random variable
@@ -611,7 +611,7 @@ of applications in statistics.
 
 
 :class:`NormalDist` Examples and Recipes
-----------------------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 :class:`NormalDist` readily solves classic probability problems.