Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Roelfs committed May 24, 2019
1 parent fb96147 commit c1e137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fitting_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ this::
fit = Fit(ode_model, t=tdata, a=adata, b=None)
fit_result = fit.execute()

That's it! An :class:`~symfit.core.model.ODEModel` behaves just like any other
That's it! An :class:`~symfit.core.models.ODEModel` behaves just like any other
model object, so :class:`~symfit.core.fit.Fit` knows how to deal with it! Note
that since we don't know the concentration of B, we explicitly set ``b=None``
when calling :class:`~symfit.core.fit.Fit` so it will be ignored.
Expand Down

0 comments on commit c1e137e

Please sign in to comment.