From 5a45838fa20b2245457f78100ef6bf15c6f7c03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amund=20Faller=20R=C3=A5heim?= Date: Tue, 11 Jun 2024 12:16:39 +0200 Subject: [PATCH] fix typo in docstring linerate/solver.py Co-authored-by: Halvor Lund --- linerate/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linerate/solver.py b/linerate/solver.py index aaf1b3a..f2d01a8 100644 --- a/linerate/solver.py +++ b/linerate/solver.py @@ -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