Skip to content

Commit b054f7c

Browse files
authored
Merge pull request #426 from ESMValGroup/update_line_numbers_episode8
changed line numbers referencing Python diag
2 parents 7b7b647 + f3461b2 commit b054f7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_episodes/08-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ For reference, we show the diagnostic code in the dropdown box below.
6060
There are four main sections in the script:
6161

6262
- A description i.e. the ``docstring`` (line 1).
63-
- Import statements (line 2-16).
64-
- Functions that implement our analysis (line 21-102).
63+
- Import statements (line 3-17).
64+
- Functions that implement our analysis and record provenance (line 22-115).
6565
- A typical Python top-level script i.e. ``if __name__ == '__main__'`` (line
66-
105-108).
66+
118-120).
6767

6868
> ## diagnostic.py
6969
>

0 commit comments

Comments
 (0)