We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c7a98 commit a4c9810Copy full SHA for a4c9810
_episodes/10-diagnostics.md
@@ -184,8 +184,8 @@ There are four main sections in the script:
184
>> ## Answer
185
>>
186
>> 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
+>> 2. The input argument to this function is the variable ``cfg``, a Python dictionary
+>> that holds all the necessary
189
>> information needed to run the diagnostic script such as the location of input
190
>> data and various settings. We will next parse this ``cfg`` variable
191
>> in the ``main`` function and extract information as needed
0 commit comments