Skip to content

Commit d4d2e97

Browse files
committed
Update NewtonLineSearch.rst
1 parent 6bc0a1e commit d4d2e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/user/manual/analysis/algorithm/NewtonLineSearch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Line search increases the effectiveness of the Newton method when convergence is
1010

1111
.. tab:: Python
1212

13-
.. py:method:: Model.algorithm("NewtonLineSearch", ratio, maxIter, minEta, maxEta, type="InitialInterpolated")
13+
.. py:method:: Model.algorithm("NewtonLineSearch", [ratio, maxIter, minEta, maxEta, type="InitialInterpolated"])
1414
:no-index:
1515

1616
Configure the *NewtonLineSearch* algorithm.

0 commit comments

Comments
 (0)