]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make a documentation link target more specific (GH-12249)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 9 Mar 2019 08:42:23 +0000 (00:42 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Mar 2019 08:42:23 +0000 (00:42 -0800)
Doc/library/statistics.rst

index 9aa83331ee0eb4171649e55aace46151baace888..3e1443424340c4c5e78159e105fd92270d603666 100644 (file)
@@ -632,9 +632,9 @@ model:
 Normal distributions commonly arise in machine learning problems.
 
 Wikipedia has a `nice example of a Naive Bayesian Classifier
-<https://en.wikipedia.org/wiki/Naive_Bayes_classifier>`_.  The challenge is to
-predict a person's gender from measurements of normally distributed features
-including height, weight, and foot size.
+<https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification>`_.
+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