From 1c668d16574d47cffd469e00930f39afac927288 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 14 Mar 2019 21:46:31 -0700 Subject: Correct the heading levels (GH-12338) --- Doc/library/statistics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 97e1c3a..b5521b7 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. -- cgit v0.12