Skip to content

Commit

Permalink
MNT fix typo
Browse files Browse the repository at this point in the history
Fix typo in Docstrings
  • Loading branch information
adrinjalali committed Mar 3, 2019
2 parents b922603 + 8a515d5 commit 83d6749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skltemplate/_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def predict(self, X):
-------
y : ndarray, shape (n_samples,)
The label for each sample is the label of the closest sample
seen udring fit.
seen during fit.
"""
# Check is fit had been called
check_is_fitted(self, ['X_', 'y_'])
Expand Down

0 comments on commit 83d6749

Please sign in to comment.