Skip to content

Commit e212de3

Browse files
authored
fixed type in comment
1 parent 4273901 commit e212de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skltemplate/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def fit(self, X, y):
8888
"""
8989
# Check that X and y have correct shape
9090
X, y = check_X_y(X, y)
91-
# Store the classes seen durind fit
91+
# Store the classes seen during fit
9292
self.classes_ = unique_labels(y)
9393

9494
self.X_ = X

0 commit comments

Comments
 (0)