[Python-checkins] Make a documentation link target more specific (GH-12249)

Miss Islington (bot) webhook-mailer at python.org
Sat Mar 9 03:42:28 EST 2019


https://github.com/python/cpython/commit/d70a359adfdbe02538559cceaa0b459d055651be
commit: d70a359adfdbe02538559cceaa0b459d055651be
branch: master
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-03-09T00:42:23-08:00
summary:

Make a documentation link target more specific (GH-12249)

files:
M Doc/library/statistics.rst

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
-<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



More information about the Python-checkins mailing list