Skip to content

Commit

Permalink
Update scipy/optimize/_minpack_py.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
  • Loading branch information
AtsushiSakai and tupui committed Jan 2, 2022
1 parent 91d1724 commit 4ee8402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/optimize/_minpack_py.py
Expand Up @@ -618,7 +618,7 @@ def curve_fit(f, xdata, ydata, p0=None, sigma=None, absolute_sigma=False,
`mesg`, and `ier`.
.. versionadded:: 1.9
kwargs
**kwargs
Keyword arguments passed to `leastsq` for ``method='lm'`` or
`least_squares` otherwise.
Expand Down

0 comments on commit 4ee8402

Please sign in to comment.