From: Raymond Hettinger Date: Sat, 9 Mar 2019 08:42:23 +0000 (-0800) Subject: Make a documentation link target more specific (GH-12249) X-Git-Tag: v3.8.0a3~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d70a359adfdbe02538559cceaa0b459d055651be;p=thirdparty%2FPython%2Fcpython.git Make a documentation link target more specific (GH-12249) --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 9aa83331ee0e..3e1443424340 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -632,9 +632,9 @@ model: Normal distributions commonly arise in machine learning problems. Wikipedia has a `nice example of a Naive Bayesian Classifier -`_. The challenge is to -predict a person's gender from measurements of normally distributed features -including height, weight, and foot size. +`_. +The challenge is to predict a person's gender from measurements of normally +distributed features including height, weight, and foot size. We're given a training dataset with measurements for eight people. The measurements are assumed to be normally distributed, so we summarize the data