From a50ed4725be23ffc11cac32a6b0653d014df19ae Mon Sep 17 00:00:00 2001 From: Aditya Agarwal <50960175+adi611@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:27:04 +0530 Subject: [PATCH] fix issue #40 --- notebooks/2_intro_functiontask.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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