Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _episodes/08-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ For reference, we show the diagnostic code in the dropdown box below.
There are four main sections in the script:

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

> ## diagnostic.py
>
Expand Down
Loading