Skip to content

Commit 3e7dd5a

Browse files
committed
revise the line introducing top-level script
1 parent 867317e commit 3e7dd5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/10-diagnostics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ There are four main sections in the script:
5757
- A description i.e. the ``docstring`` (line 1).
5858
- Import statements (line 2-16).
5959
- Functions that implement our analysis (line 21-101).
60-
- A typical python top-level script (line 102-107).
60+
- A typical python top-level script i.e. ``if __name__ == '__main__'`` (line
61+
102-107).
6162

6263
> ## diagnostic.py
6364
>

0 commit comments

Comments
 (0)