Skip to content

Commit 4d195a2

Browse files
committed
update nb
1 parent b9cf028 commit 4d195a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/02_utils.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,7 @@
36493649
"cell_type": "markdown",
36503650
"metadata": {},
36513651
"source": [
3652-
"`typed` validates argument types at **runtime**. This is in contrast to [MyPy](http://mypy-lang.org/) which only offers static type checking. Using `typed` is simple as adding the `@typed` decorator to a function or method.\n",
3652+
"`typed` validates argument types at **runtime**. This is in contrast to [MyPy](http://mypy-lang.org/) which only offers static type checking.\n",
36533653
"\n",
36543654
"For example, a `TypeError` will be raised if we try to pass an integer into the first argument of the below function: "
36553655
]

0 commit comments

Comments
 (0)