8000 DOC: fix typo (#22994) · scikit-learn/scikit-learn@8b2d137 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2d137

Browse files
author
matjansen
authored
DOC: fix typo (#22994)
8000
1 parent a23c2ed commit 8b2d137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/develop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ the correct interface more easily.
306306
...
307307
... def predict(self, X):
308308
...
309-
... # Check is fit had been called
309+
... # Check if fit has been called
310310
... check_is_fitted(self)
311311
...
312312
... # Input validation

0 commit comments

Comments
 (0)
0