Skip to content

Commit f3461b2

Browse files
committed
changed line numbers referencing Python diag
1 parent 7b7b647 commit f3461b2

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)