Skip to content

Commit b46de42

Browse files
committed
Correct bullet lists. That should be it.
1 parent 935baff commit b46de42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/estimation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ tutorials, we use the minimize function from the
226226
Beside the criterion function and its derivative, an `algorithm
227227
<https://estimagic.readthedocs.io/en/stable/algorithms.html>`_ used for optimization
228228
has to be entered and a first guess of the cost params can be provided as inputs
229-
of the ``minimize``function. Note, again that only the cost parameters are needed in
229+
of the ``minimize`` function. Note, again that only the cost parameters are needed in
230230
the minimization, as all other inputs of the functions are fixed.
231231
Depending on the form of the cost functions, the params argument is a vector of
232232
length ``num_params``, i.e. if we specify a linear cost function in

0 commit comments

Comments
 (0)