Skip to content

Commit 0117fb5

Browse files
committed
DOC fix link to Birch in whatsnew.rst
1 parent e7eb90c commit 0117fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats_new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ API changes summary
3333
Highlights
3434
-----------
3535

36-
- Speed improvements (notably in class:`clustering.DBSCAN`), reduced memory
36+
- Speed improvements (notably in :class:`cluster.DBSCAN`), reduced memory
3737
requirements, bug-fixes and better default settings.
3838

3939
- Multinomial Logistic regression and a path algorithm in
@@ -44,7 +44,7 @@ Highlights
4444
- Probability callibration of classifiers using
4545
:class:`calibration.CalibratedClassifierCV`.
4646

47-
- :class:`clustering.Birch` clustering method for large-scale datasets.
47+
- :class:`cluster.Birch` clustering method for large-scale datasets.
4848

4949
- Scalable approximate nearest neighbors search with Locality-sensitive
5050
hashing forests in :class:`neighbors.LSHForest`.

0 commit comments

Comments
 (0)