Skip to content

Commit a4c9810

Browse files
rswaminanielsdrost
andauthored
Update _episodes/10-diagnostics.md
Co-authored-by: Niels Drost <[email protected]>
1 parent 98c7a98 commit a4c9810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/10-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ There are four main sections in the script:
184184
>> ## Answer
185185
>>
186186
>> 1. The ``main`` function is defined in line 66 as ``main(cfg)``.
187-
>> 2. The input argument to this function is the variable ``cfg``, a Python dictionary t
188-
>> hat holds all the necessary
187+
>> 2. The input argument to this function is the variable ``cfg``, a Python dictionary
188+
>> that holds all the necessary
189189
>> information needed to run the diagnostic script such as the location of input
190190
>> data and various settings. We will next parse this ``cfg`` variable
191191
>> in the ``main`` function and extract information as needed

0 commit comments

Comments
 (0)