Skip to content

Commit ec34ff4

Browse files
DOC Removes double space in precision_recall_curve docs (scikit-learn#18862)
1 parent a85430a commit ec34ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/_ranking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ def precision_recall_curve(y_true, probas_pred, *, pos_label=None,
747747
intuitively the ability of the classifier to find all the positive samples.
748748
749749
The last precision and recall values are 1. and 0. respectively and do not
750-
have a corresponding threshold. This ensures that the graph starts on the
750+
have a corresponding threshold. This ensures that the graph starts on the
751751
y axis.
752752
753753
Read more in the :ref:`User Guide <precision_recall_f_measure_metrics>`.

0 commit comments

Comments
 (0)