Skip to content

Commit 2d12952

Browse files
committed
docstring
1 parent d709833 commit 2d12952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/naive_bayes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _partial_fit(self, X, y, classes=None, _refit=False):
270270
Must be provided at the first call to partial_fit, can be omitted
271271
in subsequent calls.
272272
273-
_refit: boolean
273+
_refit: bool
274274
If true, act as though this were the first time we called
275275
_partial_fit (ie, throw away any past fitting and start over).
276276

0 commit comments

Comments
 (0)