Skip to content

Commit 76a927b

Browse files
DOC Minor fixes on whats_new 1.3 (scikit-learn#26594)
1 parent 2131264 commit 76a927b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats_new/v1.3.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Changelog
242242
:mod:`sklearn.compose`
243243
......................
244244

245-
- |Fix| `compose.ColumnTransformer` raises an informative error when the individual
245+
- |Fix| :class:`compose.ColumnTransformer` raises an informative error when the individual
246246
transformers of `ColumnTransformer` output pandas dataframes with indexes that are
247247
not consistent with each other and the output is configured to be pandas.
248248
:pr:`26286` by `Thomas Fan`_.
@@ -382,10 +382,10 @@ Changelog
382382
and :class:`ensemble.AdaBoostRegressor` that was introduced in :pr:`23819`.
383383
:pr:`26242` by :user:`Marko Toplak <markotoplak>`.
384384

385-
:mod:`sklearn.exception`
386-
........................
385+
:mod:`sklearn.exceptions`
386+
.........................
387387

388-
- |Feature| Added :class:`exception.InconsistentVersionWarning` which is raised
388+
- |Feature| Added :class:`exceptions.InconsistentVersionWarning` which is raised
389389
when a scikit-learn estimator is unpickled with a scikit-learn version that is
390390
inconsistent with the sckit-learn version the estimator was pickled with.
391391
:pr:`25297` by `Thomas Fan`_.

0 commit comments

Comments
 (0)