8000 DOC fix last docstring error. Don't remove redundant docstring. I dar… · InterferencePattern/scikit-learn@e6ecf57 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6ecf57

Browse files
committed
DOC fix last docstring error. Don't remove redundant docstring. I dare you, I double dare you mother******!
1 parent c2bc420 commit e6ecf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/gmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class GMM(BaseEstimator):
154154
Attributes
155155
----------
156156
`weights_` : array, shape (`n_components`,)
157-
Mixing weights for each mixture component.
157+
This attribute stores the mixing weights for each mixture component.
158158
159159
`means_` : array, shape (`n_components`, `n_features`)
160160
Mean parameters for each mixture component.

0 commit comments

Comments
 (0)
0