Skip to content

Commit e2857b9

Browse files
committed
DOC typo in FastICA docs
1 parent f677630 commit e2857b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/decomposition/fastica_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ def my_g(x):
196196
If True, X_mean is returned too.
197197
198198
compute_sources : bool, optional
199-
If False, sources are not computes but only the rotation matrix. This
200-
can save memory when working with big data. Defaults to True.
199+
If False, sources are not computed, but only the rotation matrix.
200+
This can save memory when working with big data. Defaults to True.
201201
202202
Returns
203203
-------

0 commit comments

Comments
 (0)