Skip to content

Commit 609604c

Browse files
committed
DOC fix backstick missing
1 parent 355c944 commit 609604c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ensemble.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ takes the same parameters than the scikit-learn
110110

111111
It also possible to turn a balanced bagging classifier into a balanced random
112112
forest using a decision tree classifier and setting the parameter
113-
``max_features='auto'`. It allows to randomly select a subset of features for
113+
``max_features='auto'``. It allows to randomly select a subset of features for
114114
each tree::
115115

116116
>>> brf = BalancedBaggingClassifier(

0 commit comments

Comments
 (0)