Skip to content

Commit f0405a2

Browse files
committed
DOC: Remove extra # from url in fit.
The extra # messes with the rst parser which produces an invalid URL where the ".html" suffix is missing.
1 parent afae1c7 commit f0405a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/dpgmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def fit(self, X):
478478
For a full derivation and description of the algorithm see
479479
doc/modules/dp-derivation.rst
480480
or
481-
http://scikit-learn.org/stable/modules/dp-derivation.html#
481+
http://scikit-learn.org/stable/modules/dp-derivation.html
482482
483483
A initialization step is performed before entering the em
484484
algorithm. If you want to avoid this step, set the keyword

0 commit comments

Comments
 (0)