Skip to content

Commit dcb724e

Browse files
authored
Merge pull request #41 from adi611/adi611-patch-1
Fix issue #40: Typo error in FunctionTask tutorial
2 parents 95cae5a + a50ed47 commit dcb724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/2_intro_functiontask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ If we don't specify the input, `attr.NOTHING` will be used as the default value
158158
task3a = add_var()
159159
task3a.inputs.a = 4
160160
161-
# importing attr library, and checking the type pf `b`
161+
# importing attr library, and checking the type of `b`
162162
import attr
163163
164164
task3a.inputs.b == attr.NOTHING

0 commit comments

Comments
 (0)