Skip to content

Commit 2b3f790

Browse files
authored
Update INTRO.ipynb
Typo correction
1 parent 257ae95 commit 2b3f790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INTRO.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"Whilst this is not the only use for the ``stratify`` package, NWP vertical interpolation was the motivating usecase for the package's creation.\n",
1212
"\n",
13-
"In its simplest form, vertical interpolation ammounts to a 1d interpolation at each grid-point. Whilst some more sophistication exists for a number of interpolators, ``stratify`` can be seen as an optimisation to vectorize these interpolations beyond naïve nested for-loops.\n",
13+
"In its simplest form, vertical interpolation amounts to a 1d interpolation at each grid-point. Whilst some more sophistication exists for a number of interpolators, ``stratify`` can be seen as an optimisation to vectorize these interpolations beyond naïve nested for-loops.\n",
1414
"\n",
1515
"#### Data setup\n",
1616
"In order to setup the problem, let's manufacture some reasonably realistic NWP data.\n",

0 commit comments

Comments
 (0)