Skip to content

Commit e022095

Browse files
authored
DOC: optimize: fix a typo in nnls documentation (scipy#24061)
1 parent 33b1dcf commit e022095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/optimize/_nnls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def nnls(A, b, *, maxiter=None, atol=_NoValue):
4444
Notes
4545
-----
4646
The code is based on the classical algorithm of [1]_. It utilizes an active
47-
set method and solves the KKK (Karush-Kuhn-Tucker) conditions for the
47+
set method and solves the KKT (Karush-Kuhn-Tucker) conditions for the
4848
non-negative least squares problem.
4949
5050
References

0 commit comments

Comments
 (0)