Skip to content

Commit a94ffde

Browse files
committed
DOC: fix what's new alignment
1 parent 34a97ec commit a94ffde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Enhancements
3434
have been deprecated and the classes and functions have been reorganized into
3535
the :mod:`model_selection` module. (`#4294 https://github.com/scikit-learn/scikit-learn/pull/4294>`_) by `Raghav R V`_.
3636

37-
- The random forest, extra trees and decision tree estimators now has a
38-
method ``decision_path`` which returns the decision path of samples in
39-
the tree. By `Arnaud Joly`_
37+
- The random forest, extra trees and decision tree estimators now has a
38+
method ``decision_path`` which returns the decision path of samples in
39+
the tree. By `Arnaud Joly`_
4040

41-
- A new example has been added unveling the decision tree structure.
42-
By `Arnaud Joly`_
41+
- A new example has been added unveling the decision tree structure.
42+
By `Arnaud Joly`_
4343

4444
Bug fixes
4545
.........

0 commit comments

Comments
 (0)