diff --git a/examples/glucose.ipynb b/examples/glucose.ipynb index e6fefbc2..5b1305ab 100644 --- a/examples/glucose.ipynb +++ b/examples/glucose.ipynb @@ -337,7 +337,7 @@ "Each time `error_func` is called, it prints the parameters, so we can get a sense of how `leastsq` works.\n", "\n", "`leastsq` has two return values.\n", - "The is an array with the best parameters:" + "The first is an array with the best parameters:" ] }, {