You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbs/02_utils.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3649,7 +3649,7 @@
3649
3649
"cell_type": "markdown",
3650
3650
"metadata": {},
3651
3651
"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",
3653
3653
"\n",
3654
3654
"For example, a `TypeError` will be raised if we try to pass an integer into the first argument of the below function: "
0 commit comments