From: Raymond Hettinger Date: Fri, 15 Mar 2019 04:46:31 +0000 (-0700) Subject: Correct the heading levels (GH-12338) X-Git-Tag: v3.8.0a3~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c668d16574d47cffd469e00930f39afac927288;p=thirdparty%2FPython%2Fcpython.git Correct the heading levels (GH-12338) --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 97e1c3a0a1c2..b5521b772b3a 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -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.