Skip to content

Commit ed51c35

Browse files
committed
fix type
1 parent 67a1925 commit ed51c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libact/base/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def label(self, feature):
7373
class Model(metaclass=ABCMeta):
7474
"""Classification Model
7575
76-
A Model retruns a class-predicting function for future samples after
76+
A Model returns a class-predicting function for future samples after
7777
trained on a training dataset.
7878
"""
7979
@abstractmethod

0 commit comments

Comments
 (0)