From bdf68a30577a93740e24a13a221470098492964a Mon Sep 17 00:00:00 2001 From: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:34:07 +0930 Subject: [PATCH] Update netCDF into GemPy.ipynb Through --- notebooks/netCDF into GemPy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/netCDF into GemPy.ipynb b/notebooks/netCDF into GemPy.ipynb index 395722b..8de891a 100644 --- a/notebooks/netCDF into GemPy.ipynb +++ b/notebooks/netCDF into GemPy.ipynb @@ -3204,7 +3204,7 @@ } ], "source": [ - "# Smooth controls how close the surface goes trough the points\n", + "# Smooth controls how close the surface goes through the points\n", "geo_model.modify_surface_points(geo_model.surface_points.df.index, smooth=1000, plot_object=p3d)" ] },