diff --git a/notebooks/2_intro_functiontask.md b/notebooks/2_intro_functiontask.md index 72a6e26..0760312 100644 --- a/notebooks/2_intro_functiontask.md +++ b/notebooks/2_intro_functiontask.md @@ -158,7 +158,7 @@ If we don't specify the input, `attr.NOTHING` will be used as the default value task3a = add_var() task3a.inputs.a = 4 -# importing attr library, and checking the type pf `b` +# importing attr library, and checking the type of `b` import attr task3a.inputs.b == attr.NOTHING