Skip to content

Commit ddb12cf

Browse files
committed
Fix typo
1 parent f6466e7 commit ddb12cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/oo_vs_functional.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
"id": "vital-amplifier",
583583
"metadata": {},
584584
"source": [
585-
"The decorators `coroutine` and `warps` that were used in the previous section are examples of higher-order functions, i.e., functions that\n",
585+
"The decorators `coroutine` and `wraps` that were used in the previous section are examples of higher-order functions, i.e., functions that\n",
586586
"1. have functions as arguments (boring...) and/or\n",
587587
"1. return functions.\n",
588588
"\n",

0 commit comments

Comments
 (0)