Skip to content

Commit 0a80ee9

Browse files
tirthasheshpateljnothman
authored andcommitted
[DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (scikit-learn#15423)
1 parent 837d2b5 commit 0a80ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tree/plot_cost_complexity_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
``ccp_alpha`` on regularizing the trees and how to choose a ``ccp_alpha``
1515
based on validation scores.
1616
17-
See also `ref`:_minimal_cost_complexity_pruning` for details on pruning.
17+
See also :ref:`minimal_cost_complexity_pruning` for details on pruning.
1818
"""
1919

2020
print(__doc__)

0 commit comments

Comments
 (0)