Skip to content

Commit 190bdeb

Browse files
Updated fixing typo #307
1 parent 2ba4272 commit 190bdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/08-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Note that output from the ESMValCore preprocessor is in the form of NetCDF files
349349
Here, ``compute_diagnostic`` uses
350350
[Iris](https://scitools-iris.readthedocs.io/en/latest/index.html) to read data
351351
from a netCDF file and performs an operation ``squeeze`` to remove any dimensions
352-
of length one. We can adapt this function to add our own analysis. For example,
352+
of length one. We can adapt this function to add our own analysis. As an example,
353353
here we calculate the bias using the average of the data using Iris cubes.
354354
355355
~~~python

0 commit comments

Comments
 (0)