Skip to content

Commit a6b5ff2

Browse files
committed
add missing verb in whatsnew
1 parent 9b25f5d commit a6b5ff2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,11 @@ Bug fixes
298298
with them as parameters, could not be passed to :func:`base.clone`.
299299
By `Loic Esteve`_.
300300

301-
- Fix bug in :class:`neighbors.RadiusNeighborsClassifier` where an error
302-
occurred when there were outliers being labelled and a weight function
303-
(`#6902 <https://github.com/scikit-learn/scikit-learn/issues/6902>`_).
304-
By `LeonieBorne <https://github.com/LeonieBorne>`_.
301+
- Fix bug in :class:`neighbors.RadiusNeighborsClassifier` where an error
302+
occurred when there were outliers being labelled and a weight function
303+
specified (`#6902
304+
<https://github.com/scikit-learn/scikit-learn/issues/6902>`_). By
305+
`LeonieBorne <https://github.com/LeonieBorne>`_.
305306

306307
- :func:`pairwise_distances` now converts arrays to boolean arrays when
307308
required in scipy.spatial.distance.

0 commit comments

Comments
 (0)