From 1c47e1f28b7886abcbea7f49fcbff0763c6731e0 Mon Sep 17 00:00:00 2001 From: Alessandro Gentilini Date: Wed, 29 Dec 2021 11:03:56 +0100 Subject: [PATCH] Fix minor typo --- notebooks/KrigingExample.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/KrigingExample.ipynb b/notebooks/KrigingExample.ipynb index 234b88c..96b2a5b 100644 --- a/notebooks/KrigingExample.ipynb +++ b/notebooks/KrigingExample.ipynb @@ -202,7 +202,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The covariance modeling function function will return a spherical covariance model that takes a distance as input, and returns an covariance estimate. We've used the global variance of the porosity in `ZoneA.dat` as the sill." + "The covariance modeling function will return a spherical covariance model that takes a distance as input, and returns an covariance estimate. We've used the global variance of the porosity in `ZoneA.dat` as the sill." ] }, {