Skip to content

Commit a9fa1b5

Browse files
fixing typo
1 parent 23213e4 commit a9fa1b5

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
@@ -340,7 +340,7 @@ available functions and their description can be found in
340340
## Diagnostic computation
341341
342342
After grouping and selecting data, we can read individual attributes (such as filename)
343-
of each item. Here, we have grouped the input data by ``variables``,
343+
of each item. Here, we have grouped the input data by ``variables``,
344344
so we loop over the variables (line 88). Following this is a call to the
345345
function ``compute_diagnostic`` (line 93). Let's look at the
346346
definition of this function in line 42, where the actual analysis of the data is done.

0 commit comments

Comments
 (0)