Skip to content

Commit

Permalink
fix typo in docstring linerate/solver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Halvor Lund <[email protected]>
  • Loading branch information
amundfr and halvorlu authored Jun 11, 2024
1 parent 38d211a commit 5a45838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linerate/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def bisect(
run for :math:`\left\lceil\frac{x_\max - x_\min}{\Delta x}\right\rceil`
iterations.
invalid_value:
If provided, then the this value is used whenever
If provided, then this value is used whenever
:math:`\text{sign}(f(\mathbf{x}_\min)) = \text{sign}(f(\mathbf{x}_\max))`.
Returns
Expand Down

0 comments on commit 5a45838

Please sign in to comment.