Skip to content

Commit 64d3f45

Browse files
committed
Merge pull request scikit-learn#4847 from TomDLT/doc_dev
[MRG] fix rendering of code-block in the doc
2 parents 167324f + 088cbd6 commit 64d3f45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/developers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ to ``zero_one`` and call ``zero_one_loss`` from that function::
527527

528528
def zero_one_loss(y_true, y_pred, normalize=True):
529529
# actual implementation
530+
pass
530531

531532
@deprecated("Function 'zero_one' has been renamed to "
532533
"'zero_one_loss' and will be removed in release 0.15."

0 commit comments

Comments
 (0)