Skip to content

Commit 8d67088

Browse files
fixing typo
1 parent bb93c23 commit 8d67088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_episodes/08-diagnostics.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,7 @@ Note that output from the ESMValCore preprocessor is in the form of NetCDF files
348348
Here, ``compute_diagnostic`` uses
349349
[Iris](https://scitools-iris.readthedocs.io/en/latest/index.html) to read data
350350
from a netCDF file and performs an operation ``squeeze`` to remove any dimensions
351-
of length one. We can adapt this function to add our own analysis. As an
352-
example, here we calculate the bias using the average of the data using Iris cubes.
351+
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.
353352
354353
~~~python
355354
def compute_diagnostic(filename):

0 commit comments

Comments
 (0)