Skip to content

Commit fffe264

Browse files
fixing_typo
1 parent a9fa1b5 commit fffe264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/08-diagnostics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ 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, here we calculate the bias using the average of the data using Iris cubes.
352+
of length one. We can adapt this function to add our own analysis. For example,
353+
here we calculate the bias using the average of the data using Iris cubes.
353354
354355
~~~python
355356
def compute_diagnostic(filename):

0 commit comments

Comments
 (0)