Skip to content

Commit fa46467

Browse files
authored
Formatting fixes in changelog (#15944)
1 parent a68ba97 commit fa46467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats_new/v0.22.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Changelog
1919
:mod:`sklearn.cluster`
2020
......................
2121

22-
- |Fix| :class:`KMeans` with ``algorithm="elkan"`` now uses the same stopping
23-
criterion as with the default ``algorithm="full"``. :pr:`15930` by
22+
- |Fix| :class:`cluster.KMeans` with ``algorithm="elkan"`` now uses the same
23+
stopping criterion as with the default ``algorithm="full"``. :pr:`15930` by
2424
:user:`inder128`.
25-
25+
2626
:mod:`sklearn.inspection`
2727
.........................
2828

@@ -51,7 +51,7 @@ Changelog
5151
:mod:`sklearn.inspection`
5252
.........................
5353

54-
- |Fix| :func:`inspection.plot_partial_dependence` and
54+
- |Fix| :func:`inspection.plot_partial_dependence` and
5555
:meth:`inspection.PartialDependenceDisplay.plot` now consistently checks
5656
the number of axes passed in. :pr:`15760` by `Thomas Fan`_.
5757

0 commit comments

Comments
 (0)