Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/2_intro_functiontask.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down