Skip to content

Commit b908315

Browse files
committed
fixed typo in doc string
1 parent 5dae195 commit b908315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/weka/classifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ def test_model_once(self, classifier, inst, store=False):
13491349
:type classifier: Classifier
13501350
:param inst: the Instance to evaluate on
13511351
:type inst: Instance
1352-
:param store: whether to store the predictions (some statistics in class_details() like AUC require that that)
1352+
:param store: whether to store the predictions (some statistics in class_details() like AUC require that)
13531353
:type store: bool
13541354
:return: the classification
13551355
:rtype: float

0 commit comments

Comments
 (0)