8000 DOC Fixes typo in empirical_covariance.py (#23441) · scikit-learn/scikit-learn@735d3c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 735d3c6

Browse files
authored
DOC Fixes typo in empirical_covariance.py (#23441)
1 parent 846a9d6 commit 735d3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/covariance/_empirical_covariance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def get_precision(self):
207207
return precision
208208

209209
def fit(self, X, y=None):
210-
"""Fit the maximum liklihood covariance estimator to X.
210+
"""Fit the maximum likelihood covariance estimator to X.
211211
212212
Parameters
213213
----------

0 commit comments

Comments
 (0)
0