Skip to content

Commit 8a8797c

Browse files
Merge pull request #23 from kjacks21/patch-1
[MRG] Fixed typo in comment
2 parents 1ef32a0 + e212de3 commit 8a8797c

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)